diff --git a/config/waybar/config b/config/waybar/config index da5c709..78bbc0c 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -12,7 +12,7 @@ // ------------------------------------------------------------------------- "layer": "top", - + "output": "!HDMI-A-1", "position": "top", // If height property would be not present, it'd be calculated dynamically diff --git a/update_arch.sh b/update_arch.sh index 1a79257..20f8b91 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -10,7 +10,7 @@ HOSTNAME=$(hostname | tr '[:lower:]' '[:upper:]') # Declare associative array for 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" done @@ -36,6 +36,7 @@ LABBOX) ROLES[CODE]="yes" ROLES[TERMINAL]="yes" ROLES[HYPERLAND]="yes" + ROLES[LAB]="yes" ;; SIMONBOX) ROLES[GAME]="yes"