diff --git a/init b/init index e6f1e75..bdd79ec 100755 --- a/init +++ b/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' diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 829d18f..322223b 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -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 },