updated scripts
This commit is contained in:
parent
283b645d2b
commit
5469199701
@ -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
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user