addet pywal css file
This commit is contained in:
parent
566252d2b8
commit
7548190cd5
2 changed files with 210 additions and 7 deletions
13
style.css
13
style.css
|
@ -1,4 +1,3 @@
|
|||
@import "../../.cache/wal/colors.css";
|
||||
@import "mocha.css";
|
||||
|
||||
* {
|
||||
|
@ -67,7 +66,7 @@ window#waybar {
|
|||
* ----------------------------------------------------- */
|
||||
|
||||
#workspaces button.empty {
|
||||
color: @color2;
|
||||
color: @lavender;
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
}
|
||||
|
||||
|
@ -80,13 +79,13 @@ window#waybar {
|
|||
#workspaces button {
|
||||
padding: 0px 2px;
|
||||
margin: 4px 2px;
|
||||
color: @color7;
|
||||
color: @mauve;
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
opacity:0.5;
|
||||
color: @color3;
|
||||
color: @blue;
|
||||
}
|
||||
|
||||
/* ------ Pulseaudio ------ */
|
||||
|
@ -124,8 +123,8 @@ window#waybar {
|
|||
/* ------ Clock ------ */
|
||||
#clock {
|
||||
padding-left: 10px;
|
||||
color: @color7;
|
||||
font-weight: bold;
|
||||
color: @red;
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
@ -139,7 +138,7 @@ window#waybar {
|
|||
/* ------ Custom Modules ------ */
|
||||
#custom-icon {
|
||||
font-size: 18px;
|
||||
color: @color2;
|
||||
color: @teal;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue