etc/waybar/style.css

101 lines
1.2 KiB
CSS
Raw Normal View History

2024-07-11 10:28:52 +03:00
* {
font-size: 15px;
font-family: monospace;
}
window#waybar {
background: black;
color: white;
2024-07-11 10:28:52 +03:00
}
#custom-right-arrow-dark,
#custom-left-arrow-dark {
color: black;
background : white ;
2024-07-11 10:28:52 +03:00
}
#custom-right-arrow-light,
#custom-left-arrow-light {
color: white;
background: black;
2024-07-11 10:28:52 +03:00
}
#workspaces,
#clock.1,
#clock.2,
#clock.3,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk,
#tray {
background: black;
2024-07-11 10:28:52 +03:00
}
/*#workspaces button {
padding: 0 1px;
2024-07-11 10:28:52 +03:00
color: #fdf6e3;
}
#workspaces button.focused {
color: #268bd2;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
}
#workspaces button:hover {
background: #1a1a1a;
border: #1a1a1a;
padding: 0 3px;
}*/
2024-07-11 10:28:52 +03:00
#pulseaudio {
color: #268bd2;
}
#memory {
color: #2aa198;
}
#cpu {
color: #6c71c4;
}
#battery {
color: #859900;
}
#disk {
color: #b58900;
}
#clock,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk {
padding: 0 10px;
}
#tags button {
background : black ;
color : white ;
}
#tags button.occupied {
background : gray ;
}
#tags button.focused {
background : white ;
color : black ;
}
#window {
color : black ;
background: white ;
}
#mode {
background : black ;
color : white ;
}