Skip to content

Commit 1fa6cbb

Browse files
committed
Fixed notification resizing
1 parent 1930dda commit 1fa6cbb

File tree

5 files changed

+253
-186
lines changed

5 files changed

+253
-186
lines changed

config/cavalcade/cava.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[general]
2-
bars = 20
2+
bars = 24
33

44
sensitivity = 100
55
framerate = 60

config/matugen/templates/ax-shell.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@
1717
--outline: {{colors.outline.default.hex}};
1818
--shadow: {{colors.shadow.default.hex}};
1919
--red: {{colors.red.default.hex}};
20+
--red-dim: {{colors.red.default.hex | set_lightness: -10.0}};
2021
--green: {{colors.green.default.hex}};
22+
--green-dim: {{colors.green.default.hex | set_lightness: -10.0}};
2123
--yellow: {{colors.yellow.default.hex}};
24+
--yellow-dim: {{colors.yellow.default.hex | set_lightness: -10.0}};
2225
--blue: {{colors.blue.default.hex}};
26+
--blue-dim: {{colors.blue.default.hex | set_lightness: -10.0}};
2327
--magenta: {{colors.magenta.default.hex}};
28+
--magenta-dim: {{colors.magenta.default.hex | set_lightness: -10.0}};
2429
--cyan: {{colors.cyan.default.hex}};
30+
--cyan-dim: {{colors.cyan.default.hex | set_lightness: -10.0}};
2531
--white: {{colors.white.default.hex}};
2632
}

0 commit comments

Comments
 (0)