script: fix 'apply-color's

This commit is contained in:
2025-10-18 18:22:22 +02:00
parent 3a903205d9
commit 98fe49368b
18 changed files with 103 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
path=$(dirname "$(readlink -f "$0")")
. "$path"/../.utils/apply-color-parse-arg

View File

@@ -123,7 +123,6 @@ spawn-sh-at-startup "config-switch niri"
// Idle
spawn-sh-at-startup "hypridle"
// Wallpaper
spawn-at-startup "wallpaper-daemon"
@@ -148,6 +147,9 @@ spawn-at-startup "kbuildsycoca6"
// Some other heavy apps
spawn-at-startup "sunshine"
// spawn-at-startup "spotify"
// spawn-at-startup "thunderbird"
// Quickshell must start after hypridle,
// otherwise Firefox cannot block idle when playing media
@@ -247,6 +249,19 @@ window-rule {
block-out-from "screen-capture"
}
// workspace "first"
// workspace "second"
// Startup in "second" workspace
window-rule {
// match at-startup=true app-id="Spotify"
// match at-startup=true app-id="thunderbird"
open-on-workspace "second"
}
// I love round corners
window-rule {
geometry-corner-radius 14