Added sunshine

This commit is contained in:
2026-01-02 11:33:27 +01:00
parent 432bd834d5
commit 0e1992b36a
11 changed files with 257 additions and 26 deletions

View File

@@ -4,7 +4,7 @@ hostname=$(cat ~/hostname)
if [[ $hostname == "bepis" ]]; then
$(~/.config/screenlayout/desktop.sh)
elif [[ $hostname == "arch-bepis" ]]; then
$(~/.config/screenlayout/desktop.sh)
$(~/.config/screenlayout/arch-bepis-desktop-sway.sh)
elif [[ $hostname == "bepis-laptop" ]]; then
$(~/.config/screenlayout/laptop.sh)
fi