Updated config

This commit is contained in:
Eduard Urbach 2025-01-25 22:59:35 +01:00
parent 02248d3c8b
commit ffd1fd767a
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
2 changed files with 9 additions and 11 deletions

View File

@ -13,9 +13,9 @@ windowrulev2 = suppressevent maximize, class:.*
windowrulev2 = float, class:($wallpaper)
# No gaps when there is a single window
# workspace = w[tv1], gapsout:0, gapsin:0
# workspace = f[1], gapsout:0, gapsin:0
# windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
# windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
# windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
# windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
workspace = w[tv1], gapsout:0, gapsin:0
workspace = f[1], gapsout:0, gapsin:0
windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
windowrulev2 = rounding 0, floating:0, onworkspace:f[1]

View File

@ -6,14 +6,12 @@
}
#waybar {
background: transparent;
background: rgba(38, 41, 44, 0.5);
}
#cpu, #custom-gpu, #memory, #disk, #wireplumber, #clock {
color: rgba(255, 255, 255, 0.8);
border-radius: 3px;
color: rgba(255, 255, 255, 0.9);
background: rgba(38, 41, 44, 0.5);
padding: 4px 8px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 4px;
}