|
|
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
|
|
|
|
background yes |
|
|
|
|
use_xft yes |
|
|
|
|
xftfont DejaVu Mono:size=11 |
|
|
|
|
xftfont DejaVuSansMono Nerd Font Mono:size=10 |
|
|
|
|
xftalpha 1 |
|
|
|
|
update_interval 2.0 |
|
|
|
|
total_run_times 0 |
|
|
|
@ -37,15 +37,13 @@ default_color black
@@ -37,15 +37,13 @@ default_color black
|
|
|
|
|
own_window_colour D9D9D9 |
|
|
|
|
|
|
|
|
|
TEXT |
|
|
|
|
[ ${color darkblue}${execi 2 SHELL=/bin/sh musca -c "silent show groups" \ |
|
|
|
|
| cut -f 2- -d ' ' \ |
|
|
|
|
| sed -e :a -e '$b;N;s/\n/ | /;ba' \ |
|
|
|
|
| sed 's/- //g;s/\*/+/g' |
|
|
|
|
} ]${offset 55}\ |
|
|
|
|
[ ${color darkblue}${execi 2 ~/.shellrc/bin/scripts/musca_status} ] \ |
|
|
|
|
${offset 55}\ |
|
|
|
|
${alignc} \ |
|
|
|
|
${if_mounted /}$color /: ${color brown}${fs_free /}${endif}\ |
|
|
|
|
${if_mounted /home}$color | home: ${color brown}${fs_free /home}${endif}\ |
|
|
|
|
${if_mounted /mnt/DATA}$color | data: ${color brown}${fs_free /mnt/DATA}${endif}\ |
|
|
|
|
${alignr}\ |
|
|
|
|
${execi 300 ~/.shellrc/bin/scripts/ttable} \ |
|
|
|
|
${color darkblue}[${execi 2 SHELL=/bin/sh ~/.shellrc/bin/skb 1}]$color | \ |
|
|
|
|
${color black}${time %H:%M} (${time %d.%m.%Y}) |
|
|
|
|