diff --git a/desktopenvs/hyprland/scripts/ewwstart-niri.sh b/desktopenvs/hyprland/scripts/ewwstart-niri.sh index 1128a06..7f42015 100755 --- a/desktopenvs/hyprland/scripts/ewwstart-niri.sh +++ b/desktopenvs/hyprland/scripts/ewwstart-niri.sh @@ -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 diff --git a/desktopenvs/hyprland/ulauncher/shortcuts.json b/desktopenvs/hyprland/ulauncher/shortcuts.json index 02a32bb..b1dd904 100644 --- a/desktopenvs/hyprland/ulauncher/shortcuts.json +++ b/desktopenvs/hyprland/ulauncher/shortcuts.json @@ -49,4 +49,4 @@ "run_without_argument": false, "added": 1751764732.6393154 } -} +} \ No newline at end of file diff --git a/doc/colorcodes.md b/doc/colorcodes.md index ed74d17..7e359ac 100644 --- a/doc/colorcodes.md +++ b/doc/colorcodes.md @@ -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%