Initial Niri + Wayland dotfiles

This commit is contained in:
funman300
2026-04-22 11:40:31 -07:00
commit 2c9d9c7c32
11 changed files with 206 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
* {
font-family: JetBrainsMono Nerd Font;
font-size: 13px;
}
window#waybar {
background: rgba(15,15,20,0.9);
color: #cdd6f4;
}
#workspaces button {
padding: 0 8px;
color: #6c7086;
}
#workspaces button.focused {
color: #89b4fa;
}
#clock, #battery, #network, #pulseaudio {
padding: 0 12px;
}