working pls

This commit is contained in:
Sakooooo 2023-07-23 01:17:21 +03:00
parent 873027fd40
commit 2c59603714
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1,21 +1,21 @@
* {
font-size: 20px;
font-family: monospace;
font-size: 14px;
font-family: "JetBrainsMono NF";
}
window#waybar {
background: #292b2e;
color: #fdf6e3;
background: #292b2e;
color: #fdf6e3;
}
#custom-right-arrow-dark,
#custom-left-arrow-dark {
color: #1a1a1a;
color: #1a1a1a;
}
#custom-right-arrow-light,
#custom-left-arrow-light {
color: #292b2e;
background: #1a1a1a;
color: #292b2e;
background: #1a1a1a;
}
#workspaces,
@ -28,40 +28,40 @@ window#waybar {
#battery,
#disk,
#tray {
background: #1a1a1a;
background: #1a1a1a;
}
#workspaces button {
padding: 0 2px;
color: #fdf6e3;
padding: 0 2px;
color: #fdf6e3;
}
#workspaces button.focused {
color: #268bd2;
color: #268bd2;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
box-shadow: inherit;
text-shadow: inherit;
}
#workspaces button:hover {
background: #1a1a1a;
border: #1a1a1a;
padding: 0 3px;
background: #1a1a1a;
border: #1a1a1a;
padding: 0 3px;
}
#pulseaudio {
color: #268bd2;
color: #268bd2;
}
#memory {
color: #2aa198;
color: #2aa198;
}
#cpu {
color: #6c71c4;
color: #6c71c4;
}
#battery {
color: #859900;
color: #859900;
}
#disk {
color: #b58900;
color: #b58900;
}
#clock,
@ -70,5 +70,5 @@ window#waybar {
#cpu,
#battery,
#disk {
padding: 0 10px;
padding: 0 10px;
}