diff options
author | Minijackson <minijackson@riseup.net> | 2023-02-22 18:26:24 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-02-22 18:26:24 +0100 |
commit | 17112e5a55500548f7a42876dec53d14d48a5db8 (patch) | |
tree | cfbe83786ff48a8b949ef7ee033e58a3f18c3bf3 | |
parent | 6d7a6a041b52452e67e46b9df8d40553cc89970c (diff) | |
download | nixos-config-reborn-17112e5a55500548f7a42876dec53d14d48a5db8.tar.gz nixos-config-reborn-17112e5a55500548f7a42876dec53d14d48a5db8.zip |
sway: change border color of notifications
-rw-r--r-- | usecases/desktop/graphical/sway.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usecases/desktop/graphical/sway.nix b/usecases/desktop/graphical/sway.nix index 17bc5b8..0b0c59a 100644 --- a/usecases/desktop/graphical/sway.nix +++ b/usecases/desktop/graphical/sway.nix | |||
@@ -172,6 +172,7 @@ _inputs: { | |||
172 | output."*".bg = "${../../../res/wallpapers/wallpaper-1920x1080-kernel-card-black.png} fill"; | 172 | output."*".bg = "${../../../res/wallpapers/wallpaper-1920x1080-kernel-card-black.png} fill"; |
173 | 173 | ||
174 | startup = [ | 174 | startup = [ |
175 | # TODO: use systemd user service | ||
175 | { | 176 | { |
176 | command = "mako"; | 177 | command = "mako"; |
177 | always = true; | 178 | always = true; |
@@ -191,7 +192,7 @@ _inputs: { | |||
191 | programs.mako = with osConfig.theme.colors; { | 192 | programs.mako = with osConfig.theme.colors; { |
192 | enable = true; | 193 | enable = true; |
193 | backgroundColor = background0; | 194 | backgroundColor = background0; |
194 | borderColor = lightBackground; | 195 | borderColor = dimDominant; |
195 | borderSize = 2; | 196 | borderSize = 2; |
196 | progressColor = neutralBlue; | 197 | progressColor = neutralBlue; |
197 | textColor = foreground; | 198 | textColor = foreground; |