feat: new waybar

This commit is contained in:
2025-12-24 21:05:33 +03:00
parent bf659ad824
commit 4f5c9fa3d5
8 changed files with 587 additions and 46 deletions

12
waybar/style/colors.css Normal file
View File

@@ -0,0 +1,12 @@
@define-color bg-panel rgba(28, 28, 28, 0.81);
@define-color text-secondary rgba(86, 86, 86, 0.81);
@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-secondary alpha(@text-primary,.2);
@define-color accent #E83C82;
@define-color attention #FFFF00;
@define-color warning #FFAA00;
@define-color danger #FF0000;
@define-color success #00FF00;