AutoYADM commit: 2025-03-25 22:00:07
This commit is contained in:
parent
9ea0926a92
commit
1ef5573dde
2 changed files with 12 additions and 8 deletions
|
@ -67,7 +67,9 @@ output "HDMI-A-1" {
|
||||||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
||||||
layout {
|
layout {
|
||||||
// Set gaps around windows in logical pixels.
|
// 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:
|
// 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
|
||||||
// or right edge of the screen.
|
// 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
|
// Top and bottom struts will simply add outer gaps in addition to the area occupied by
|
||||||
// layer-shell panels and regular gaps.
|
// layer-shell panels and regular gaps.
|
||||||
struts {
|
struts {
|
||||||
// left 64
|
// left 16
|
||||||
// right 64
|
// right 16
|
||||||
// top 64
|
// top 7
|
||||||
// bottom 64
|
// bottom 16
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
/* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
|
/* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
|
||||||
font-family: SauceCodePro NFM;
|
font-family: SauceCodePro NFM;
|
||||||
font-weight: 500;
|
/* font-weight: 500; */
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,6 +48,8 @@ tooltip {
|
||||||
#cava {
|
#cava {
|
||||||
padding-left: 24px;
|
padding-left: 24px;
|
||||||
padding-right: 10pt;
|
padding-right: 10pt;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
padding-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
|
@ -58,7 +60,7 @@ tooltip {
|
||||||
#network,
|
#network,
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 2px 6px;
|
padding: 0px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue