updated scripts

This commit is contained in:
Christoffer Martinsson 2025-05-08 20:09:54 +02:00
parent 283b645d2b
commit 5469199701
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
"layer": "top", "layer": "top",
"output": "!HDMI-A-1",
"position": "top", "position": "top",
// If height property would be not present, it'd be calculated dynamically // If height property would be not present, it'd be calculated dynamically

View File

@ -10,7 +10,7 @@ HOSTNAME=$(hostname | tr '[:lower:]' '[:upper:]')
# Declare associative array for roles # Declare associative array for roles
declare -A ROLES declare -A ROLES
for role in BT GAME VR DESKTOP_BASE DESKTOP_WORK CODE NVIDIA_GPU NVIDIA_1080_GPU TERMINAL HYPERLAND; do for role in LAB BT GAME VR DESKTOP_BASE DESKTOP_WORK CODE NVIDIA_GPU NVIDIA_1080_GPU TERMINAL HYPERLAND; do
ROLES["$role"]="no" ROLES["$role"]="no"
done done
@ -36,6 +36,7 @@ LABBOX)
ROLES[CODE]="yes" ROLES[CODE]="yes"
ROLES[TERMINAL]="yes" ROLES[TERMINAL]="yes"
ROLES[HYPERLAND]="yes" ROLES[HYPERLAND]="yes"
ROLES[LAB]="yes"
;; ;;
SIMONBOX) SIMONBOX)
ROLES[GAME]="yes" ROLES[GAME]="yes"