mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 22:50:19 +02:00
feat: moved from sway to niri
This commit is contained in:
parent
338e12ad7d
commit
4789d2e5d7
17 changed files with 315 additions and 513 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue