From b4426becc44de00e891098b9883eca2b2028f981 Mon Sep 17 00:00:00 2001 From: voidarc Date: Mon, 10 Aug 2026 20:45:52 +0100 Subject: [PATCH] replaced waybar with quickshell finally :pog: --- modules/events.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/events.lua b/modules/events.lua index 549670f..9b24e5a 100644 --- a/modules/events.lua +++ b/modules/events.lua @@ -3,6 +3,7 @@ local appList = { "syncthing -home=/home/user01/.config/syncthing -no-browser", "gotify-desktop", 'sleep 5 && curl -X POST -H "Content-Type: application/json" -d "{\\"ref\\":\\"$(git -C ~/.dotfiles rev-parse HEAD)\\", \\"status\\":\\"$(git -C ~/.dotfiles diff --quiet && echo "clean" || echo "dirty")\\"}" http://192.168.1.180:5678/webhook/config-checker', + "quickshell", } local localAppList @@ -10,14 +11,11 @@ if Hostname == "HACKSTATION" then -- If on desktop do desktop things localAppList = { "wayvnc 0.0.0.0 --output=DP-1", - "quickshell", } elseif Hostname == "mobile02" then -- If on laptop, do laptop things localAppList = { "way-edges", - "waybar", - "dunst", } end