configs/desktop/configs/waybar/style-solarized.css
Lucas Barbieri e472ad085a add new waybar config
im also doing my laptop thingies for uni!! i passed ;D
2024-01-30 09:37:53 -03:00

51 lines
705 B
CSS

* {
border: none;
border-radius: 0;
padding: 0;
margin: 0;
font-size: 11px;
}
window#waybar {
background: #fff;
color: #292828;
}
#custom-logo {
font-size: 18px;
margin: 0;
margin-left: 7px;
margin-right: 12px;
padding: 0;
font-family: NotoSans Nerd Font Mono;
}
#workspaces button {
margin-left: 2px;
margin-right: 10px;
color: #292828;
}
#workspaces button:hover,
#workspaces button:active {
background-color: #fff;
color: #292828;
}
#workspaces button.focused {
background-color: #383737;
}
#language {
margin-right: 7px;
}
#battery {
margin-left: 7px;
margin-right: 3px;
}
#clock {
margin: 0px 6px;
}