waybar: add color schemes

This commit is contained in:
Aleksey Samoilov 2023-11-21 13:04:16 +04:00
parent 7525d8fd43
commit d1e3b80100
5 changed files with 212 additions and 61 deletions

View file

@ -0,0 +1,37 @@
/*
*
* Catppuccin Frappe palette
* Maintainer: rubyowo
*
*/
@define-color base #303446;
@define-color mantle #292c3c;
@define-color crust #232634;
@define-color text #c6d0f5;
@define-color subtext0 #a5adce;
@define-color subtext1 #b5bfe2;
@define-color surface0 #414559;
@define-color surface1 #51576d;
@define-color surface2 #626880;
@define-color overlay0 #737994;
@define-color overlay1 #838ba7;
@define-color overlay2 #949cbb;
@define-color blue #8caaee;
@define-color lavender #babbf1;
@define-color sapphire #85c1dc;
@define-color sky #99d1db;
@define-color teal #81c8be;
@define-color green #a6d189;
@define-color yellow #e5c890;
@define-color peach #ef9f76;
@define-color maroon #ea999c;
@define-color red #e78284;
@define-color mauve #ca9ee6;
@define-color pink #f4b8e4;
@define-color flamingo #eebebe;
@define-color rosewater #f2d5cf;

View file

@ -0,0 +1,37 @@
/*
*
* Catppuccin Latte palette
* Maintainer: rubyowo
*
*/
@define-color base #eff1f5;
@define-color mantle #e6e9ef;
@define-color crust #dce0e8;
@define-color text #4c4f69;
@define-color subtext0 #6c6f85;
@define-color subtext1 #5c5f77;
@define-color surface0 #ccd0da;
@define-color surface1 #bcc0cc;
@define-color surface2 #acb0be;
@define-color overlay0 #9ca0b0;
@define-color overlay1 #8c8fa1;
@define-color overlay2 #7c7f93;
@define-color blue #1e66f5;
@define-color lavender #7287fd;
@define-color sapphire #209fb5;
@define-color sky #04a5e5;
@define-color teal #179299;
@define-color green #40a02b;
@define-color yellow #df8e1d;
@define-color peach #fe640b;
@define-color maroon #e64553;
@define-color red #d20f39;
@define-color mauve #8839ef;
@define-color pink #ea76cb;
@define-color flamingo #dd7878;
@define-color rosewater #dc8a78;

View file

@ -0,0 +1,37 @@
/*
*
* Catppuccin Macchiato palette
* Maintainer: rubyowo
*
*/
@define-color base #24273a;
@define-color mantle #1e2030;
@define-color crust #181926;
@define-color text #cad3f5;
@define-color subtext0 #a5adcb;
@define-color subtext1 #b8c0e0;
@define-color surface0 #363a4f;
@define-color surface1 #494d64;
@define-color surface2 #5b6078;
@define-color overlay0 #6e738d;
@define-color overlay1 #8087a2;
@define-color overlay2 #939ab7;
@define-color blue #8aadf4;
@define-color lavender #b7bdf8;
@define-color sapphire #7dc4e4;
@define-color sky #91d7e3;
@define-color teal #8bd5ca;
@define-color green #a6da95;
@define-color yellow #eed49f;
@define-color peach #f5a97f;
@define-color maroon #ee99a0;
@define-color red #ed8796;
@define-color mauve #c6a0f6;
@define-color pink #f5bde6;
@define-color flamingo #f0c6c6;
@define-color rosewater #f4dbd6;

View file

@ -0,0 +1,37 @@
/*
*
* Catppuccin Mocha palette
* Maintainer: rubyowo
*
*/
@define-color base #1e1e2e;
@define-color mantle #181825;
@define-color crust #11111b;
@define-color text #cdd6f4;
@define-color subtext0 #a6adc8;
@define-color subtext1 #bac2de;
@define-color surface0 #313244;
@define-color surface1 #45475a;
@define-color surface2 #585b70;
@define-color overlay0 #6c7086;
@define-color overlay1 #7f849c;
@define-color overlay2 #9399b2;
@define-color blue #89b4fa;
@define-color lavender #b4befe;
@define-color sapphire #74c7ec;
@define-color sky #89dceb;
@define-color teal #94e2d5;
@define-color green #a6e3a1;
@define-color yellow #f9e2af;
@define-color peach #fab387;
@define-color maroon #eba0ac;
@define-color red #f38ba8;
@define-color mauve #cba6f7;
@define-color pink #f5c2e7;
@define-color flamingo #f2cdcd;
@define-color rosewater #f5e0dc;

View file

@ -1,3 +1,5 @@
@import "colors/macchiato.css";
@keyframes blink-warning {
70% {
color: @wm_icon_bg;
@ -5,7 +7,7 @@
to {
color: @wm_icon_bg;
background-color: @warning_color;
background-color: @yellow;
}
}
@ -16,7 +18,7 @@
to {
color: @wm_icon_bg;
background-color: @error_color;
background-color: @red;
}
}
@ -24,7 +26,7 @@
* {
border: 0px;
border-radius: 0px;
color: #cad3f5;
color: @text;
padding: 0 0;
margin-right: 2px;
margin-left: 2px;
@ -38,7 +40,7 @@
}
window#waybar {
background: #24273a;
background: @base;
}
window#waybar.hidden {
@ -47,23 +49,23 @@ window#waybar.hidden {
#workspaces button {
border-bottom: 2px;
border-color: #24273a;
border-color: @base;
border-style: solid;
margin-bottom: 3px;
}
#workspaces button.focused {
color: #7dc4e4;
border-color: #7dc4e4;
color: @sapphire;
border-color: @sapphire;
}
#workspaces button.urgent {
border-color: #ed8796;
color: #ed8796;
border-color: @red;
color: @red;
}
#mode {
color: #ebcb8b;
color: @yellow;
margin-bottom: 3px;
}
@ -91,51 +93,70 @@ window#waybar.hidden {
margin-bottom: 3px;
}
#clock {
color: #b7bdf8;
#custom-menu {
color: @green;
}
#custom-wlsunset {
color: #f5bde6;
#custom-wf-recorder {
color: @error_color;
padding-right: 10px;
}
#custom-playerctl {
color: #f0c6c6;
}
#custom-power {
color: #cad3f5;
#tray {
padding-left: 5px;
padding-right: 5px;
color: @rosewater;
}
#custom-scratchpad {
color: #f4dbd6;
color: @flamingo;
}
#custom-clipboard {
color: #f5a97f;
#custom-playerctl {
color: @pink;
}
#custom-menu {
color: #a6da95;
#custom-wlsunset {
color: @mauve;
}
#idle_inhibitor {
color: @red;
}
#custom-dunst {
color: #ed8796;
color: @maroon;
}
#language {
color: @peach;
}
#custom-clipboard {
color: @yellow;
}
#cpu {
color: @green;
}
#memory {
color: @teal;
}
#battery {
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
color: #8bd5ca;
color: @sky;
}
#battery.warning {
color: @warning_color;
color: @yellow;
}
#battery.critical {
color: @error_color;
color: @red;
}
#battery.warning.discharging {
@ -152,52 +173,34 @@ label:focus {
background-color: #000000;
}
#cpu {
color: #eed49f;
}
#language {
color: #ee99a0;
}
#memory {
color: #a6da95;
}
#network {
color: #91d7e3;
}
#bluetooth {
color: #7dc4e4;
}
#bluetooth.disabled {
color: @wm_icon_bg;
color: @sapphire;
}
#network.disconnected {
color: @wm_icon_bg
}
#bluetooth {
color: @lavender;
}
#bluetooth.disabled {
color: @wm_icon_bg;
}
#pulseaudio {
color: #8aadf4;
color: @blue;
}
#pulseaudio.muted {
color: @wm_icon_bg;
}
#custom-wf-recorder {
color: @error_color;
padding-right: 10px;
#clock {
color: @overlay2;
}
#tray {
padding-left: 5px;
padding-right: 5px;
}
#idle_inhibitor {
color: #c6a0f6;
#custom-power {
color: @overlay1;
}