This commit is contained in:
Andrey Parhomenko 2024-07-12 03:16:25 +05:00
parent 56caea30fb
commit d34af9a09f
2 changed files with 9 additions and 5 deletions

View file

@ -72,6 +72,8 @@ export_loop \
XOUTPUT_DAEMON 'kanshi' \
XSOUND_CONTROL 'pavucontrol' \
XFILE_MANAGER 'thunar' \
XRESOURCE_MONITOR '$XTERMINAL -e htop' \
XCALENDAR '$XTERMINAL -e calcurse' \
test -r $SETENV && . "$SETENV" && setenv profile

View file

@ -8,7 +8,7 @@
"min-length": 50,
"on-scroll-up" : "riverctl focus-view next",
"on-scroll-down" : "riverctl focus-view previous",
"on-click-right" : "riverctl close"
"on-click-middle" : "riverctl close"
},
"river/mode" : {
@ -70,7 +70,8 @@
"clock" : {
"format" : "{:%EY-%m-%d %H:%M:%S}",
"interval" : 1
"interval" : 1,
"on-click": "$XCALENDAR"
},
"bluetooth" : {
@ -89,8 +90,8 @@
]
},
"scroll-step": 5,
"on-click": "pamixer -t",
"on-click-right": "pavucontrol"
"on-click-right": "pamixer -t",
"on-click": "pavucontrol"
},
"memory": {
"interval": 5,
@ -98,7 +99,8 @@
},
"cpu": {
"interval": 5,
"format": "CPU {usage:2}%"
"format": "CPU {usage:2}%",
"on-click": "$XRESOURCE_MONITOR"
},
"battery": {
"states": {