refactor: waybar, hypr config

This commit is contained in:
2026-03-11 15:55:48 +03:00
parent c048717831
commit b54b5c823f
13 changed files with 128 additions and 97 deletions

View File

@@ -4,9 +4,9 @@
@define-color bg-opaque rgba(23, 28, 39, 0.8);
@define-color border-color-section rgba(0,0,0,0);
@define-color border-color rgba(90, 104, 115, 0.8); /* Matches --noti-border-color */
@define-color text-primary #ffffff;
@define-color text-primary #cccccc;
@define-color text-secondary alpha(@text-primary,.2);
@define-color accent #E83C82;
@define-color accent #FD5164;
@define-color attention #FFFF00;
@define-color warning #FFAA00;
@define-color danger #FF0000;