added niri - not done tho

main
The_miro 2025-08-08 18:24:06 +02:00
parent d631f0460c
commit 7d6cea78b1
3 changed files with 10 additions and 10 deletions

View File

@ -3,13 +3,12 @@
GTK_THEME=cyberqueer
monitorsum=$(niri msg outputs | grep ID | wc -l)
monitorsum=$(niri msg outputs | grep Scale | wc -l)
monitorsum--
for i in $(seq 1 $monitorsum);
do
declare -i curmon=$i-1
/usr/bin/eww open bar --id bar$curmon --arg monitor=$curmon
done
/usr/bin/eww open bar --id primary --arg monitor=1
/usr/bin/eww open bar --id secondary --arg monitor=0
#/usr/bin/eww open bar --id primary --arg monitor=0

View File

@ -49,4 +49,4 @@
"run_without_argument": false,
"added": 1751764732.6393154
}
}
}

View File

@ -1,5 +1,6 @@
Quasi-White Text: #d6abab
Gray BG: #1a1a1a
Highlights: #E40046
Dark: #5018dd
Red-Hivis: #f50505
name Hex rgb rgb% HSV HSL
Quasi-White Text: #D6ABAB rgb(214 171 171) 84%, 67%, 67% 0°, 20%, 84% 0°, 34%, 75%
Gray BG: #1A1A1A rgb(26 26 26) 10%, 10%, 10% 0°, 0%, 10% 0°, 0%, 10%
Highlights: #E40046 rgb(228 0 70) 89%, 0%, 27% 342°, 100%, 89% 342°, 100%, 45%
Dark: #5018DD rgb(80 24 221) 31%, 9%, 87% 257°, 89%, 87% 257°, 80%, 48%
Red-Hivis: #F50505 rgb(245 5 5) 96%, 2%, 2% 0°, 98%, 96% 0°, 96%, 49%