oldest / newest

This commit is contained in:
Geoffrey Frogeye 2018-01-08 12:26:49 +01:00
parent f513500c29
commit 74c9d40126
7 changed files with 111 additions and 39 deletions

View file

@ -176,12 +176,11 @@ toggle-off-foreground = #55
[module/bbswitch]
type = custom/script
exec = grep -o '\w\+$' /proc/acpi/bbswitch | sed 's/OFF//' | sed 's/ON//'
exec-if = file /proc/acpi/bbswitch
exec = grep -o '\w\+$' /proc/acpi/bbswitch
exec-if = test -f /proc/acpi/bbswitch
interval = 5
format-prefix =
prefix =
format-foreground = ${theme.redF}
format-prefix-foreground = ${theme.redF}
[module/xbacklight]
type = internal/xbacklight