aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-07-06 12:29:47 +0100
committerJustine Smithies <justine@smithies.me.uk>2024-07-06 12:29:47 +0100
commit49268cdb4e3cf6d4c1db5971ba3d2f2322ae4fe5 (patch)
treee8d8965aada16142186c003cba2a79b6332412d0 /.config
parent29543575e7412436783f3b107e871bdd1b013e1d (diff)
Switched from Yambar to my Eww bar config
Diffstat (limited to '.config')
-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"