Update file paths
This commit is contained in:
2
init
2
init
@ -45,7 +45,7 @@ nmap ${mod}+Shift R sd-spawn "${SCRIPT_DIR}/wayland-screenshot.sh"
|
||||
nmap ${mod}+Shift N sd-spawn "${SCRIPT_DIR}/system-menu/system-menu.sh"
|
||||
|
||||
# Fcitx5 (this also works for waybar)
|
||||
nmap ${mod} Space spawn "${SCRIPT_DIR}/eww/eww-fcitx5-toggle ${RIVER_CONFIG}"
|
||||
nmap ${mod} Space spawn "${SCRIPT_DIR}/status-bar/sb-fcitx5-toggle ${RIVER_CONFIG}"
|
||||
|
||||
# Dunst bindings
|
||||
nmap ${mod} U spawn 'dunstctl close'
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
},
|
||||
"custom/mail": {
|
||||
"format": " {}",
|
||||
"exec": "~/scripts/eww/eww-mu4e-messages -g",
|
||||
"exec": "~/scripts/status-bar/sb-mu4e-messages -g",
|
||||
"interval": 15,
|
||||
"signal": 2,
|
||||
"tooltip": false,
|
||||
@ -56,10 +56,10 @@
|
||||
"interval": 15,
|
||||
"signal": 1,
|
||||
"tooltip": false,
|
||||
"on-click": "~/scripts/eww/eww-fcitx5-toggle"
|
||||
"on-click": "~/scripts/status-bar/sb-fcitx5-toggle"
|
||||
},
|
||||
"custom/battery": {
|
||||
"exec": "~/scripts/eww/eww-battery-monitor",
|
||||
"exec": "~/scripts/status-bar/sb-battery-monitor",
|
||||
"return-type": "json",
|
||||
"tooltip": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user