config/waybar/style.css

30 lines
401 B
CSS
Raw Normal View History

2023-07-25 03:26:05 +02:00
* {
border: none;
border-radius: 0;
padding: 0;
padding-right: 4px;
margin: 0;
font-size: 12px;
font-family: 'JetBrainsMono Nerd Font', monospace;
}
window#waybar {
2023-09-18 18:53:39 +02:00
background: #031720;
color: #9bacb4;
2023-07-25 03:26:05 +02:00
}
#workspaces button {
padding: 0 10px;
2023-09-18 18:53:39 +02:00
color: #9bacb4;
2023-07-25 03:26:05 +02:00
}
#workspaces button.focused {
2023-09-18 18:53:39 +02:00
background-color: #052838;
2023-07-25 03:26:05 +02:00
}
#battery {
margin-left: 7px;
margin-right: 3px;
}
2023-09-18 18:53:39 +02:00