Nord.css added to users/kaitotlex/de/waybar
This commit is contained in:
parent
eac588ae5f
commit
660adcc347
2 changed files with 103 additions and 0 deletions
27
users/kaitotlex/de/waybar/nord.css
Normal file
27
users/kaitotlex/de/waybar/nord.css
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
@define-color bg #2E3440;
|
||||||
|
/*@define-color bg #353C4A;*/
|
||||||
|
@define-color light #D8DEE9;
|
||||||
|
/*@define-color dark @nord_dark_font;*/
|
||||||
|
@define-color warning #ebcb8b;
|
||||||
|
@define-color critical #BF616A;
|
||||||
|
@define-color mode #434C5E;
|
||||||
|
/*@define-color workspaces @bg;*/
|
||||||
|
/*@define-color workspaces @nord_dark_font;*/
|
||||||
|
/*@define-color workspacesfocused #434C5E;*/
|
||||||
|
@define-color workspacesfocused #4C566A;
|
||||||
|
@define-color tray @workspacesfocused;
|
||||||
|
@define-color sound #EBCB8B;
|
||||||
|
@define-color network #5D7096;
|
||||||
|
@define-color memory #546484;
|
||||||
|
@define-color cpu #596A8D;
|
||||||
|
@define-color temp #4D5C78;
|
||||||
|
@define-color layout #5e81ac;
|
||||||
|
@define-color battery #88c0d0;
|
||||||
|
@define-color date #434C5E;
|
||||||
|
@define-color time #434C5E;
|
||||||
|
@define-color backlight #434C5E;
|
||||||
|
@define-color nord_bg #434C5E;
|
||||||
|
@define-color nord_bg_blue #546484;
|
||||||
|
@define-color nord_light #D8DEE9;
|
||||||
|
@define-color nord_light_font #D8DEE9;
|
||||||
|
@define-color nord_dark_font #434C5E;
|
76
users/kaitotlex/de/waybar/style.css.bak
Normal file
76
users/kaitotlex/de/waybar/style.css.bak
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
@import "./rose-pine-dawn.css";
|
||||||
|
window#waybar {
|
||||||
|
font-family: "CaskaydiaCove Nerd Font";
|
||||||
|
background-color: @base;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modules-left {
|
||||||
|
opacity: 1;
|
||||||
|
background: linear-gradient(45deg, @muted, @subtle);
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modules-center {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modules-right {
|
||||||
|
opacity: 1;
|
||||||
|
background-color: @subtle;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
padding: 2px 2px 2px 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
/* label.module {
|
||||||
|
margin-left: -1px;
|
||||||
|
} */
|
||||||
|
|
||||||
|
#workspaces {
|
||||||
|
background-color: @rose;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
padding: 0 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button {
|
||||||
|
font-size: 0.6rem;
|
||||||
|
padding: 0 0.3rem 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#window {
|
||||||
|
background-color: @iris;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
padding: 2px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clock {
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
padding: 0 3px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery {
|
||||||
|
color: @foam;
|
||||||
|
}
|
||||||
|
|
||||||
|
#memory {
|
||||||
|
color: @iris;
|
||||||
|
}
|
||||||
|
|
||||||
|
#disk {
|
||||||
|
color: @gold;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cpu {
|
||||||
|
color: @rose;
|
||||||
|
}
|
||||||
|
|
||||||
|
#temperature {
|
||||||
|
color: @foam;
|
||||||
|
}
|
||||||
|
|
||||||
|
#network {
|
||||||
|
color: @rose;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue