added jq and changed scroll direction for screen brightness

This commit is contained in:
Ryan Schanzenbacher 2024-08-01 11:34:48 -04:00
parent f2f31f0b50
commit 145ab802f4
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
2 changed files with 3 additions and 2 deletions

View file

@ -64,6 +64,7 @@
"cloc" "cloc"
"sc-im" "sc-im"
"pv" "pv"
"jq"
"bombadillo" "bombadillo"
"python-msgpack" "python-msgpack"
"wdisplays" "wdisplays"

View file

@ -110,8 +110,8 @@
"format": "{percent}% {icon}", "format": "{percent}% {icon}",
"format-alt-click": "click-right", "format-alt-click": "click-right",
"format-icons": ["", ""], "format-icons": ["", ""],
"on-scroll-down": "light -A 1", "on-scroll-up": "light -A 1",
"on-scroll-up": "light -U 1" "on-scroll-down": "light -U 1"
}, },
"custom/weather_OLD": { "custom/weather_OLD": {
"format-alt": "{}", "format-alt": "{}",