add: niri waybar resolution 1440x900p, and moved files around within niri's folder

This commit is contained in:
toni
2026-05-09 22:00:25 -07:00
parent c957a07961
commit 40d09fd6eb
4 changed files with 0 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
@import "./waybar.css";
* {
background-color: @background;
color: @foreground;
border: none;
border-radius: 0;
min-height: 0;
font-family: "CaskaydiaMono Nerd Font Propo";
font-size: 16px;
}
.modules-left {
margin-left: 8px;
}
.modules-right {
margin-right: 8px;
}
#workspaces button {
all: initial;
padding: 0 6px;
margin: 0 1.5px;
min-width: 9px;
}
#workspaces button.empty {
opacity: 0.5;
}
#tray,
#cpu,
#battery,
#network,
#bluetooth,
#pulseaudio,
#clock,
#idle_inhibitor,
#custom-power-menu {
min-width: 12px;
margin: 0 7.5px;
}
#custom-expand-icon {
margin-right: 12px;
}