From c8ad90b64f1a6f6fc515a71238031709f1a4a214 Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Wed, 21 Jan 2026 09:42:35 +0100 Subject: sway: switch from waybar service to just startup from sway --- config/sway/daemons | 1 + config/systemd/user/waybar.service | 8 -------- install | 1 - 3 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 config/systemd/user/waybar.service diff --git a/config/sway/daemons b/config/sway/daemons index 786fa70..cc3e3ed 100644 --- a/config/sway/daemons +++ b/config/sway/daemons @@ -2,6 +2,7 @@ exec --no-startup-id { kanshi swayidle + waybar dunst } diff --git a/config/systemd/user/waybar.service b/config/systemd/user/waybar.service deleted file mode 100644 index 110ab83..0000000 --- a/config/systemd/user/waybar.service +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=Waybar - -[Service] -ExecStart="/run/current-system/sw/bin/waybar" - -[Install] -WantedBy="graphical-session.target" diff --git a/install b/install index b180447..6384f69 100755 --- a/install +++ b/install @@ -136,7 +136,6 @@ if ask "desktop" "Install desktop"; then inst config/swaylock/ ~/.config/swaylock inst config/swayidle/ ~/.config/swayidle inst config/wofi/ ~/.config/wofi - inst config/systemd/user/waybar.service ~/.config/systemd/user/waybar.service [ -f "private/kanshi/$(hostname)" ] && inst "private/kanshi/$(hostname)" ~/.config/kanshi/config inst config/xdg-desktop-portal-wlr/ ~/.config/xdg-desktop-portal-wlr -- cgit v1.3