working pls
This commit is contained in:
parent
873027fd40
commit
2c59603714
1 changed files with 22 additions and 22 deletions
|
@ -1,21 +1,21 @@
|
||||||
* {
|
* {
|
||||||
font-size: 20px;
|
font-size: 14px;
|
||||||
font-family: monospace;
|
font-family: "JetBrainsMono NF";
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: #292b2e;
|
background: #292b2e;
|
||||||
color: #fdf6e3;
|
color: #fdf6e3;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-right-arrow-dark,
|
#custom-right-arrow-dark,
|
||||||
#custom-left-arrow-dark {
|
#custom-left-arrow-dark {
|
||||||
color: #1a1a1a;
|
color: #1a1a1a;
|
||||||
}
|
}
|
||||||
#custom-right-arrow-light,
|
#custom-right-arrow-light,
|
||||||
#custom-left-arrow-light {
|
#custom-left-arrow-light {
|
||||||
color: #292b2e;
|
color: #292b2e;
|
||||||
background: #1a1a1a;
|
background: #1a1a1a;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces,
|
#workspaces,
|
||||||
|
@ -28,40 +28,40 @@ window#waybar {
|
||||||
#battery,
|
#battery,
|
||||||
#disk,
|
#disk,
|
||||||
#tray {
|
#tray {
|
||||||
background: #1a1a1a;
|
background: #1a1a1a;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
color: #fdf6e3;
|
color: #fdf6e3;
|
||||||
}
|
}
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
color: #268bd2;
|
color: #268bd2;
|
||||||
}
|
}
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
box-shadow: inherit;
|
box-shadow: inherit;
|
||||||
text-shadow: inherit;
|
text-shadow: inherit;
|
||||||
}
|
}
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
background: #1a1a1a;
|
background: #1a1a1a;
|
||||||
border: #1a1a1a;
|
border: #1a1a1a;
|
||||||
padding: 0 3px;
|
padding: 0 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: #268bd2;
|
color: #268bd2;
|
||||||
}
|
}
|
||||||
#memory {
|
#memory {
|
||||||
color: #2aa198;
|
color: #2aa198;
|
||||||
}
|
}
|
||||||
#cpu {
|
#cpu {
|
||||||
color: #6c71c4;
|
color: #6c71c4;
|
||||||
}
|
}
|
||||||
#battery {
|
#battery {
|
||||||
color: #859900;
|
color: #859900;
|
||||||
}
|
}
|
||||||
#disk {
|
#disk {
|
||||||
color: #b58900;
|
color: #b58900;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
|
@ -70,5 +70,5 @@ window#waybar {
|
||||||
#cpu,
|
#cpu,
|
||||||
#battery,
|
#battery,
|
||||||
#disk {
|
#disk {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue