This commit is contained in:
Nico
2025-03-31 00:04:25 +02:00
parent f040a1bdb3
commit c45866e66e
66 changed files with 1862 additions and 399 deletions

View File

@@ -21,6 +21,7 @@ window#waybar {
#memory,
#network,
#pulseaudio,
#custom-keyboard-layout,
#battery{
background: rgba(10,10,10,100);
opacity: 0.8;
@@ -68,6 +69,12 @@ window#waybar {
margin-right: 5px
}
#custom-keyboard-layout{
border-radius: 0px 10px 10px 0px;
color: @mauve;
}
#workspaces{
border-radius: 0px 10px 10px 0px;
}