aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/kanshi/config4
-rwxr-xr-x.config/river/init4
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config
index b617c94..8b8b3cf 100644
--- a/.config/kanshi/config
+++ b/.config/kanshi/config
@@ -1,10 +1,10 @@
profile Laptop {
output eDP-1 position 0,0 mode 1920x1080
- exec sh -c "$HOME/.config/yambar/scripts/yambar-start.sh"
+ exec sh -c "$HOME/.config/eww/scripts/start.sh"
}
profile Dock {
output HDMI-A-1 position 0,0 mode 1920x1080
output eDP-1 position 1920,0 mode 1920x1080
- exec sh -c "$HOME/.config/yambar/scripts/yambar-start.sh"
+ exec sh -c "$HOME/.config/eww/scripts/start.sh"
}
diff --git a/.config/river/init b/.config/river/init
index f53d494..6c3eb0b 100755
--- a/.config/river/init
+++ b/.config/river/init
@@ -40,8 +40,8 @@ riverctl map normal Super+Shift E exit
# Launcher
riverctl map normal Super D spawn "fuzzel"
-# Toggle waybar
-riverctl map normal Super B spawn "killall yambar || ~/.config/yambar/scripts/yambar-start.sh"
+# Toggle bar
+riverctl map normal Super B spawn "~/.config/eww/scripts/bar-toggle.sh"
# Power Menu
riverctl map normal Control+Super P spawn "~/.local/bin/powermenu"