Minor change
This commit is contained in:
parent
1d3e59cf37
commit
4530fe32d2
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ static_string prev {
|
||||||
external_script lcd_brightness {
|
external_script lcd_brightness {
|
||||||
cache_timeout = 10
|
cache_timeout = 10
|
||||||
format = " {output}%"
|
format = " {output}%"
|
||||||
script_path = '~/Bin/brightness.sh read'
|
script_path = '~/Bin/brightness.sh read 2>/dev/null'
|
||||||
}
|
}
|
||||||
external_script spotify {
|
external_script spotify {
|
||||||
cache_timeout = 10
|
cache_timeout = 10
|
||||||
|
|
Loading…
Reference in a new issue