diff --git a/config/niri/config.template.kdl b/config/niri/config.template.kdl index 6723894..daa6971 100644 --- a/config/niri/config.template.kdl +++ b/config/niri/config.template.kdl @@ -88,7 +88,7 @@ output "eDP-1" { mode "1920x1080@120.030" // You can use integer or fractional scale, for example use 1.5 for 150% scale. - scale 2 + scale 1.8 // Transform allows to rotate the output counter-clockwise, valid values are: // normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270. @@ -111,7 +111,7 @@ output "eDP-1" { // https://yalter.github.io/niri/Configuration:-Layout layout { // Set gaps around windows in logical pixels. - gaps 8 + gaps 6 // When to center a column when changing focus, options are: // - "never", default behavior, focusing an off-screen column will keep at the left @@ -126,9 +126,9 @@ layout { // Proportion sets the width as a fraction of the output width, taking gaps into account. // For example, you can perfectly fit four windows sized "proportion 0.25" on an output. // The default preset widths are 1/3, 1/2 and 2/3 of the output. - proportion 0.33333 + proportion 0.4 proportion 0.5 - proportion 0.66667 + proportion 0.6 // Fixed sets the width in logical pixels exactly. // fixed 1920 @@ -159,7 +159,7 @@ layout { // off // How many logical pixels the ring extends out from the windows. - width 4 + width 3 // Colors can be set in a variety of ways: // - CSS named colors: "red" @@ -197,7 +197,7 @@ layout { // If you enable the border, you probably want to disable the focus ring. off - width 4 + width 3 active-color "#ffc87f" inactive-color "#505050" diff --git a/config/waybar/style.css b/config/waybar/style.css index 4715144..04a69f0 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -27,7 +27,7 @@ window#waybar { background-color: @bg_main; border-bottom: 2px solid rgba(100, 114, 125, 0.5); - border-top: 1px solid rgba(100, 114, 125, 0.5); + border-top: 2px solid rgba(100, 114, 125, 0.5); color: @content_main; transition-property: background-color; transition-duration: .5s;