mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-20 04:48:06 +01:00
1569327 release 1.1 is broken
trying to clean up things. wmdocklib now contains the modules to install. examples all the scripts. only pywmhdmon.py has been tested.
This commit is contained in:
50
examples/sample.pywmhdmonrc
Normal file
50
examples/sample.pywmhdmonrc
Normal file
@@ -0,0 +1,50 @@
|
||||
[DEFAULT]
|
||||
|
||||
# Displaymodes are used, free, percent or bar, displays the used size,
|
||||
# free size, free percent and a bar representing space, respectively.
|
||||
|
||||
1.label=/
|
||||
1.path=/
|
||||
#1.displaymode=free
|
||||
|
||||
2.label=usr
|
||||
2.path=/usr
|
||||
#2.displaymode=free
|
||||
|
||||
3.label=home
|
||||
3.path=/home
|
||||
#3.displaymode=free
|
||||
|
||||
4.label=cd
|
||||
4.path=/mnt/cd
|
||||
4.displaymode=used
|
||||
4.action=['/home/mario/bin/tmount', '/mnt/cd', 'eject']
|
||||
|
||||
5.label=jr
|
||||
5.path=/mnt/jr
|
||||
5.displaymode=used
|
||||
5.action=['/home/mario/bin/tmount', '/mnt/jr', 'eject']
|
||||
|
||||
6.label=sm
|
||||
6.path=/mnt/sm
|
||||
6.displaymode=free
|
||||
6.action=['/home/mario/bin/tmount', '/mnt/sm']
|
||||
|
||||
7.label=cf
|
||||
7.path=/mnt/cf
|
||||
7.displaymode=free
|
||||
7.action=['/home/mario/bin/tmount', '/mnt/cf']
|
||||
|
||||
8.label=flo
|
||||
8.path=/mnt/flo
|
||||
8.displaymode=free
|
||||
8.action=['/home/mario/bin/tmount', '/mnt/flo']
|
||||
|
||||
textcolor=light sea green
|
||||
background=black
|
||||
barfgcolor=light sea green
|
||||
barbgcolor=grey45
|
||||
monitoring=0
|
||||
|
||||
#rgbfile=/usr/lib/X11/rgb.txt
|
||||
|
||||
Reference in New Issue
Block a user