diff --git a/.config/niri/config.kdl##hostname.dbox b/.config/niri/config.kdl##hostname.dbox index 97f33f3a..0d581023 100644 --- a/.config/niri/config.kdl##hostname.dbox +++ b/.config/niri/config.kdl##hostname.dbox @@ -67,7 +67,9 @@ output "HDMI-A-1" { // https://github.com/YaLTeR/niri/wiki/Configuration:-Layout layout { // Set gaps around windows in logical pixels. - gaps 16 + // gaps 0 + gaps 18 + // gaps 8 // When to center a column when changing focus, options are: // - "never", default behavior, focusing an off-screen column will keep at the left // or right edge of the screen. @@ -154,10 +156,10 @@ layout { // Top and bottom struts will simply add outer gaps in addition to the area occupied by // layer-shell panels and regular gaps. struts { - // left 64 - // right 64 - // top 64 - // bottom 64 + // left 16 + // right 16 + // top 7 + // bottom 16 } } diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 4e4f6eb6..877ec335 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -15,8 +15,8 @@ min-height: 0; /* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */ font-family: SauceCodePro NFM; - font-weight: 500; - font-size: 14px; + /* font-weight: 500; */ + font-size: 12px; padding: 0; } @@ -48,6 +48,8 @@ tooltip { #cava { padding-left: 24px; padding-right: 10pt; + padding-bottom: 0px; + padding-top: 0px; } #clock, @@ -58,7 +60,7 @@ tooltip { #network, #pulseaudio { margin: 0; - padding: 2px 6px; + padding: 0px 6px; } #workspaces {