diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-07-06 12:29:47 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-07-06 12:29:47 +0100 |
commit | 49268cdb4e3cf6d4c1db5971ba3d2f2322ae4fe5 (patch) | |
tree | e8d8965aada16142186c003cba2a79b6332412d0 /.config/kanshi | |
parent | 29543575e7412436783f3b107e871bdd1b013e1d (diff) |
Switched from Yambar to my Eww bar config
Diffstat (limited to '.config/kanshi')
-rw-r--r-- | .config/kanshi/config | 4 |
1 files changed, 2 insertions, 2 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" } |