feat: change destktop design

This commit is contained in:
2024-11-07 13:09:52 +01:00
parent c0e2d93c49
commit cdbe1f1083
3 changed files with 31 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
* {
font-size: 16px;
font-size: 10px;
font-family: monospace;
}
@@ -10,10 +10,12 @@ window#waybar {
#custom-right-arrow-dark,
#custom-left-arrow-dark {
font-size: 20px;
color: #252525;
}
#custom-right-arrow-light,
#custom-left-arrow-light {
font-size: 20px;
color: #282a36;
background: #252525;
}
@@ -34,6 +36,7 @@ window#waybar {
#workspaces button {
padding: 0 4px;
padding-right: 8px;
color: #f8f8f2;
}
#workspaces button.focused {
@@ -44,9 +47,7 @@ window#waybar {
text-shadow: inherit;
}
#workspaces button:hover {
background: #252525;
border: #252525;
padding: 0 6px;
color: #bd93f9;
}
#network {
@@ -68,12 +69,18 @@ window#waybar {
color: #ffb86c;
}
#clock,
#clock {
padding: 0 10px;
}
#network,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk {
padding: 0 20px;
padding: 0 10px;
padding-left: 5px;
}