enabled quickshell on desktop

This commit is contained in:
2026-06-26 21:10:49 +01:00
parent b2d5ecdd0e
commit a143b1a1f1

View File

@@ -1,6 +1,4 @@
local appList = { local appList = {
"waybar",
"dunst",
"wpaperd -d", "wpaperd -d",
"syncthing -home=/home/user01/.config/syncthing -no-browser", "syncthing -home=/home/user01/.config/syncthing -no-browser",
"gotify-desktop", "gotify-desktop",
@@ -12,11 +10,14 @@ if Hostname == "HACKSTATION" then
-- If on desktop do desktop things -- If on desktop do desktop things
localAppList = { localAppList = {
"wayvnc 0.0.0.0 --output=DP-1", "wayvnc 0.0.0.0 --output=DP-1",
"quickshell",
} }
elseif Hostname == "mobile02" then elseif Hostname == "mobile02" then
-- If on laptop, do laptop things -- If on laptop, do laptop things
localAppList = { localAppList = {
"way-edges", "way-edges",
"waybar",
"dunst",
} }
end end