diff options
| -rw-r--r-- | mako/config | 6 | ||||
| -rw-r--r-- | niri/cfg/layout.kdl | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/mako/config b/mako/config index 80c366e..dba75a1 100644 --- a/mako/config +++ b/mako/config @@ -11,11 +11,13 @@ max-visible=3 layer=overlay anchor=top-right -background-color=#000000 +background-color=#0a0a0a +progress-color=#f6764f +text-color=#b8a9e9 +border-color=#9b8ec4 [urgency=low] default-timeout=3000 -border-color=#808080 [urgency=normal] default-timeout=10000 diff --git a/niri/cfg/layout.kdl b/niri/cfg/layout.kdl index e755b07..26df73f 100644 --- a/niri/cfg/layout.kdl +++ b/niri/cfg/layout.kdl @@ -10,7 +10,7 @@ layout { default-column-width { proportion 0.5; } focus-ring { width 2 - active-color "#7fc8ff" + active-color "#f6764f" } border { |
