replaced waybar with quickshell finally :pog:
This commit is contained in:
@@ -3,6 +3,7 @@ local appList = {
|
|||||||
"syncthing -home=/home/user01/.config/syncthing -no-browser",
|
"syncthing -home=/home/user01/.config/syncthing -no-browser",
|
||||||
"gotify-desktop",
|
"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',
|
'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
|
local localAppList
|
||||||
@@ -10,14 +11,11 @@ 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user