updates to tiling

This commit is contained in:
Sean Kovacs 2025-12-13 12:09:17 -05:00
commit 7c4101d064
Signed by: sckova
GPG key ID: 00F325187C68651A
8 changed files with 122 additions and 13 deletions

View file

@ -4,14 +4,16 @@
border-radius: 0;
min-height: 0;
font-family: "Noto Sans";
/*font-weight: bold;*/
font-size: 12px;
padding: 0;
}
window#waybar {
background: transparent;
border-bottom-color: @mantle;
background: black;
border: 2px solid @base;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
}
tooltip {
@ -19,12 +21,14 @@ tooltip {
border-color: @peach;
}
#custom-niri-window,
#custom-clock,
#tray,
#cpu,
#memory,
#battery,
#network,
#custom-brightness,
#pulseaudio {
background-color: @base;
color: @text;
@ -56,6 +60,11 @@ tooltip {
color: #1d2021;
}
#custom-niri-window {
margin-left: 6px;
border-color: @yellow;
}
#cpu {
border-color: @maroon;
}
@ -72,6 +81,10 @@ tooltip {
border-color: @teal;
}
#custom-brightness {
border-color: @sky;
}
#pulseaudio {
border-color: @blue;
}