Update file paths

This commit is contained in:
2025-11-28 17:09:17 -08:00
parent c673a0bda5
commit 267ec931ac
2 changed files with 4 additions and 4 deletions

2
init
View File

@ -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" nmap ${mod}+Shift N sd-spawn "${SCRIPT_DIR}/system-menu/system-menu.sh"
# Fcitx5 (this also works for waybar) # 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 # Dunst bindings
nmap ${mod} U spawn 'dunstctl close' nmap ${mod} U spawn 'dunstctl close'

View File

@ -45,7 +45,7 @@
}, },
"custom/mail": { "custom/mail": {
"format": " {}", "format": " {}",
"exec": "~/scripts/eww/eww-mu4e-messages -g", "exec": "~/scripts/status-bar/sb-mu4e-messages -g",
"interval": 15, "interval": 15,
"signal": 2, "signal": 2,
"tooltip": false, "tooltip": false,
@ -56,10 +56,10 @@
"interval": 15, "interval": 15,
"signal": 1, "signal": 1,
"tooltip": false, "tooltip": false,
"on-click": "~/scripts/eww/eww-fcitx5-toggle" "on-click": "~/scripts/status-bar/sb-fcitx5-toggle"
}, },
"custom/battery": { "custom/battery": {
"exec": "~/scripts/eww/eww-battery-monitor", "exec": "~/scripts/status-bar/sb-battery-monitor",
"return-type": "json", "return-type": "json",
"tooltip": true "tooltip": true
}, },