feat: moved from sway to niri

This commit is contained in:
chloe 2025-04-21 11:43:58 +02:00
parent 338e12ad7d
commit 4789d2e5d7
17 changed files with 315 additions and 513 deletions

View file

@ -1,4 +1,5 @@
@define-color primary rgba(123, 0, 44, 1);
@import "latte.css";
* {
padding: 0;
@ -12,11 +13,11 @@
font-family: "DM Sans", "CodeNewRoman Nerd Font", sans-serif;
font-weight: bold;
font-size: 12px;
color: #000;
color: @text;
}
window#waybar {
background-color: #fff;
background-color: @base;
padding-right: 12px;
/*border: solid 2px @primary;*/
min-height: 14px; /* set waybar's height to 14px */