feat: add new waybar top configuration with separate config and style files;
feat: add waybar colors.css for centralized color definitions; experiment: change cava visual style to solid blue foreground and disable gradient; chore: remove nwg-dock-hyprland from hyprland autostart and toggle scripts; refactor: update waybar launch commands to use new config_top.jsonc and style_top.css; refactor: simplify gamemode.sh by removing STATUSBAR variable and updating waybar commands; chore: add placeholder config_bottom.jsonc and style_bottom.css for future dual-bar setup
This commit is contained in:
12
waybar/colors.css
Normal file
12
waybar/colors.css
Normal 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-color #D58399;
|
||||
@define-color attention #FFFF00;
|
||||
@define-color warning #FFAA00;
|
||||
@define-color danger #FF0000;
|
||||
@define-color success #00FF00;
|
||||
Reference in New Issue
Block a user