neovim update; removed unused files; dont now what else. whoops

This commit is contained in:
Nico
2025-05-05 20:09:34 +02:00
parent 981a2edcb4
commit c1da805aad
55 changed files with 1626 additions and 814 deletions

View File

@@ -22,6 +22,8 @@ window#waybar {
#network,
#pulseaudio,
#custom-keyboard-layout,
#custom-notification,
#tray,
#battery{
background: rgba(10,10,10,100);
opacity: 0.8;
@@ -38,7 +40,7 @@ window#waybar {
margin-left: 6px;
}
#workspaces button.focused{
#workspaces button.active{
background: @mauve;
color: @base;
opacity: 0.8;
@@ -64,12 +66,11 @@ window#waybar {
border-radius: 10px 0px 0px 10px;
}
#pulseaudio{
#tray{
border-radius: 0px 10px 10px 0px;
margin-right: 5px
}
#workspaces{
border-radius: 0px 10px 10px 0px;
}