Add waybar and wofi styling

This commit is contained in:
2026-05-26 10:19:18 +03:00
parent 21902e79c9
commit 099759017f
4 changed files with 175 additions and 73 deletions
+59
View File
@@ -0,0 +1,59 @@
*
{
font-family: FiraCode Nerd Font Mono;
font-size: 14px;
}
window#waybar
{
background: transparent;
color: #f6f5f4;
}
button
{
box-shadow: inset 0 -3px transparent;
border: none;
border-radius: 0;
}
#workspaces
{
margin-left: 0;
}
#workspaces button
{
padding: 0 4px;
}
#workspaces button.focused,
#workspaces button.active
{
background-color: rgba(0,0,0,0.5);
color: #7cb58a;
border-top: 2px solid #7cb58a;
}
#clock,
#battery,
#cpu,
#memory,
#temperature,
#network,
#pulseaudio,
#tray,
#window
{
margin: 3px;
padding-left: 4px;
padding-right: 4px;
background-color: rgba(0,0,0,0.6);
border-radius: 5px;
color: #f6f5f4;
}
#clock
{
font-weight: bold;
}