rearrange hyprland config; change back to old waybar: adjust waybar colors; add btop
This commit is contained in:
108
waybar/theme.css
108
waybar/theme.css
@@ -1,32 +1,30 @@
|
||||
/* Gruvbox Dark */
|
||||
|
||||
@define-color bg0_h #1d2021;
|
||||
@define-color bg0 #282828;
|
||||
@define-color bg1 #3c3836;
|
||||
@define-color bg2 #504945;
|
||||
@define-color bg3 #665c54;
|
||||
@define-color bg4 #7c6f64;
|
||||
@define-color gray #928374;
|
||||
@define-color fg4 #a89984;
|
||||
@define-color fg3 #bdae93;
|
||||
@define-color fg2 #d5c4a1;
|
||||
@define-color fg1 #ebdbb2;
|
||||
@define-color fg0 #fbf1c7;
|
||||
@define-color red #cc241d;
|
||||
@define-color bright_red #fb4934;
|
||||
@define-color green #98971a;
|
||||
@define-color bright_green #b8bb26;
|
||||
@define-color yellow #d79921;
|
||||
@define-color bright_yellow #fabd2f;
|
||||
@define-color blue #458588;
|
||||
@define-color bright_blue #83a598;
|
||||
@define-color purple #b16286;
|
||||
@define-color bright_purple #d3869b;
|
||||
@define-color aqua #689d6a;
|
||||
@define-color bright_aqua #8ec07c;
|
||||
@define-color orange #d65d0e;
|
||||
@define-color bright_orange #fe8019;
|
||||
|
||||
/* Custom Theme - Warm Muted with Orange Accents */
|
||||
@define-color bg0_h #1c1c1f;
|
||||
@define-color bg0 #1c1c1f;
|
||||
@define-color bg1 #252529;
|
||||
@define-color bg2 #2d2d33;
|
||||
@define-color bg3 #35353d;
|
||||
@define-color bg4 #3d3d47;
|
||||
@define-color gray #6d6860;
|
||||
@define-color fg4 #7d7972;
|
||||
@define-color fg3 #8a8580;
|
||||
@define-color fg2 #ff9100;
|
||||
@define-color fg1 #b39a76;
|
||||
@define-color fg0 #c9b08a;
|
||||
@define-color red #ff0000;
|
||||
@define-color bright_red #ff0000;
|
||||
@define-color green #ff9100;
|
||||
@define-color bright_green #b39a76;
|
||||
@define-color yellow #ff9100;
|
||||
@define-color bright_yellow #ff9100;
|
||||
@define-color blue #ff9100;
|
||||
@define-color bright_blue #b39a76;
|
||||
@define-color purple #ff9100;
|
||||
@define-color bright_purple #b39a76;
|
||||
@define-color aqua #ff9100;
|
||||
@define-color bright_aqua #b39a76;
|
||||
@define-color orange #ff9100;
|
||||
@define-color bright_orange #ff9100;
|
||||
@define-color white #ffffff;
|
||||
@define-color black #000000;
|
||||
|
||||
@@ -37,40 +35,32 @@
|
||||
*/
|
||||
|
||||
/* Main Colors */
|
||||
|
||||
@define-color outline shade(@bg0_h, 0.5);
|
||||
@define-color accent @orange;
|
||||
@define-color main-fg @fg0;
|
||||
@define-color shadow shade(@bg0_h, 0.5);
|
||||
@define-color main-fg @fg2;
|
||||
@define-color main-bg @bg0_h;
|
||||
@define-color main-br @fg0;
|
||||
|
||||
@define-color active-bg @yellow;
|
||||
@define-color active-fg @bg0_h;
|
||||
|
||||
@define-color main-br @fg2;
|
||||
@define-color active-bg @orange;
|
||||
@define-color active-fg @black;
|
||||
@define-color hover-bg @bg2;
|
||||
@define-color hover-fg alpha(@fg0, 0.75);
|
||||
@define-color hover-fg @fg1;
|
||||
|
||||
/* Module Colors */
|
||||
|
||||
@define-color module-fg @fg0;
|
||||
@define-color workspaces @bg0;
|
||||
|
||||
@define-color temperature @bg0;
|
||||
@define-color memory @bg1;
|
||||
@define-color cpu @bg2;
|
||||
@define-color module-fg @fg2;
|
||||
@define-color workspaces @bg1;
|
||||
@define-color temperature @bg1;
|
||||
@define-color memory @bg2;
|
||||
@define-color cpu @bg3;
|
||||
@define-color distro-fg @black;
|
||||
@define-color distro-bg @yellow;
|
||||
@define-color time @bg2;
|
||||
@define-color date @bg1;
|
||||
@define-color tray @bg0;
|
||||
|
||||
@define-color pulseaudio @bg0;
|
||||
@define-color backlight @bg1;
|
||||
@define-color battery @bg2;
|
||||
@define-color power @yellow;
|
||||
@define-color distro-bg @orange;
|
||||
@define-color time @bg3;
|
||||
@define-color date @bg2;
|
||||
@define-color tray @bg1;
|
||||
@define-color pulseaudio @bg1;
|
||||
@define-color backlight @bg2;
|
||||
@define-color battery @bg3;
|
||||
@define-color power @orange;
|
||||
|
||||
/* State Colors */
|
||||
|
||||
@define-color warning @bright_orange;
|
||||
@define-color critical @bright_red;
|
||||
@define-color charging @fg0;
|
||||
@define-color warning @orange;
|
||||
@define-color critical @red;
|
||||
@define-color charging @fg2;
|
||||
|
||||
Reference in New Issue
Block a user