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
|
||||
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
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue