Compare commits
1 Commits
65c506f834
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| cca7b09909 |
@@ -2,21 +2,19 @@ local appList = {
|
|||||||
"waybar",
|
"waybar",
|
||||||
"dunst",
|
"dunst",
|
||||||
"wpaperd -d",
|
"wpaperd -d",
|
||||||
"wayvnc 0.0.0.0 --output=DP-1",
|
|
||||||
"syncthing -home=/home/user01/.config/syncthing -no-browser",
|
"syncthing -home=/home/user01/.config/syncthing -no-browser",
|
||||||
"gotify-desktop",
|
"gotify-desktop",
|
||||||
"sleep 10 && 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')'}' https://n8n.voidarc.co.uk/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")\\"}" https://n8n.voidarc.co.uk/webhook/config-checker',
|
||||||
}
|
}
|
||||||
|
|
||||||
local localAppList
|
local localAppList
|
||||||
if Hostname == "HACKSTATION" then
|
if Hostname == "HACKSTATION" then
|
||||||
-- If on desktop do all the decoration nonsense
|
-- If on desktop do desktop things
|
||||||
localAppList = {
|
localAppList = {
|
||||||
"kitten panel --edge=background -o background_opacity=0 --output-name HDMI-A-1 sh -c 'cmatrix -b -C magenta -a -u 10'",
|
"wayvnc 0.0.0.0 --output=DP-1",
|
||||||
"kitten panel --edge=background -o background_opacity=0 --output-name DP-2 sh -c 'cava'",
|
|
||||||
}
|
}
|
||||||
elseif Hostname == "mobile02" then
|
elseif Hostname == "mobile02" then
|
||||||
-- If on laptop, launch way-edges
|
-- If on laptop, do laptop things
|
||||||
localAppList = {
|
localAppList = {
|
||||||
"way-edges",
|
"way-edges",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user