oldest / newest
This commit is contained in:
parent
f513500c29
commit
74c9d40126
7 changed files with 111 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue