diff --git a/.config/niri/config.kdl##hostname.dbox b/.config/niri/config.kdl##hostname.dbox index 0d581023..523df35b 100644 --- a/.config/niri/config.kdl##hostname.dbox +++ b/.config/niri/config.kdl##hostname.dbox @@ -67,8 +67,16 @@ output "HDMI-A-1" { // https://github.com/YaLTeR/niri/wiki/Configuration:-Layout layout { // Set gaps around windows in logical pixels. - // gaps 0 - gaps 18 + gaps 16 + struts { + top -16 + bottom -16 + // left 8 + // right 8 + // top 7 + // bottom 16 + } + // gaps 16 // 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 @@ -118,7 +126,7 @@ layout { off width 1 active-color "#B14242" - inactive-color "#121212" + inactive-color "#12121200" } // You can enable drop shadows for windows. shadow { @@ -150,18 +158,11 @@ layout { // You can also change the shadow color and opacity. color "#0007" } - // Struts shrink the area occupied by windows, similarly to layer-shell panels. + // Struts shrink the area occupied by windows, similarly to layer-shell panels. // You can think of them as a kind of outer gaps. They are set in logical pixels. // Left and right struts will cause the next window to the side to always be visible. // Top and bottom struts will simply add outer gaps in addition to the area occupied by // layer-shell panels and regular gaps. - struts { - // left 16 - // right 16 - // top 7 - // bottom 16 - - } } // Add lines like this to spawn processes at startup. // Note that running niri as a session supports xdg-desktop-autostart, diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 877ec335..732acb14 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -16,7 +16,7 @@ /* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */ font-family: SauceCodePro NFM; /* font-weight: 500; */ - font-size: 12px; + font-size: 14px; padding: 0; }