make niri a bit smaller

This commit is contained in:
2025-10-11 17:34:08 +02:00
parent 66090ea655
commit 36c787a6b7
2 changed files with 7 additions and 7 deletions

View File

@@ -88,7 +88,7 @@ output "eDP-1" {
mode "1920x1080@120.030" mode "1920x1080@120.030"
// You can use integer or fractional scale, for example use 1.5 for 150% scale. // 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: // Transform allows to rotate the output counter-clockwise, valid values are:
// normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270. // 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 // https://yalter.github.io/niri/Configuration:-Layout
layout { layout {
// Set gaps around windows in logical pixels. // Set gaps around windows in logical pixels.
gaps 8 gaps 6
// When to center a column when changing focus, options are: // When to center a column when changing focus, options are:
// - "never", default behavior, focusing an off-screen column will keep at the left // - "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. // 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. // 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. // 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.5
proportion 0.66667 proportion 0.6
// Fixed sets the width in logical pixels exactly. // Fixed sets the width in logical pixels exactly.
// fixed 1920 // fixed 1920
@@ -159,7 +159,7 @@ layout {
// off // off
// How many logical pixels the ring extends out from the windows. // How many logical pixels the ring extends out from the windows.
width 4 width 3
// Colors can be set in a variety of ways: // Colors can be set in a variety of ways:
// - CSS named colors: "red" // - CSS named colors: "red"
@@ -197,7 +197,7 @@ layout {
// If you enable the border, you probably want to disable the focus ring. // If you enable the border, you probably want to disable the focus ring.
off off
width 4 width 3
active-color "#ffc87f" active-color "#ffc87f"
inactive-color "#505050" inactive-color "#505050"

View File

@@ -27,7 +27,7 @@
window#waybar { window#waybar {
background-color: @bg_main; background-color: @bg_main;
border-bottom: 2px solid rgba(100, 114, 125, 0.5); 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; color: @content_main;
transition-property: background-color; transition-property: background-color;
transition-duration: .5s; transition-duration: .5s;