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
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