mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 04:56:09 -05:00
added jq and changed scroll direction for screen brightness
This commit is contained in:
parent
f2f31f0b50
commit
145ab802f4
2 changed files with 3 additions and 2 deletions
|
@ -64,6 +64,7 @@
|
|||
"cloc"
|
||||
"sc-im"
|
||||
"pv"
|
||||
"jq"
|
||||
"bombadillo"
|
||||
"python-msgpack"
|
||||
"wdisplays"
|
||||
|
|
|
@ -110,8 +110,8 @@
|
|||
"format": "{percent}% {icon}",
|
||||
"format-alt-click": "click-right",
|
||||
"format-icons": ["", ""],
|
||||
"on-scroll-down": "light -A 1",
|
||||
"on-scroll-up": "light -U 1"
|
||||
"on-scroll-up": "light -A 1",
|
||||
"on-scroll-down": "light -U 1"
|
||||
},
|
||||
"custom/weather_OLD": {
|
||||
"format-alt": "{}",
|
||||
|
|
Loading…
Reference in a new issue