mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +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
26
home-manager/dotfiles/waybar/latte.css
Normal file
26
home-manager/dotfiles/waybar/latte.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
@define-color rosewater #dc8a78;
|
||||
@define-color flamingo #dd7878;
|
||||
@define-color pink #ea76cb;
|
||||
@define-color mauve #8839ef;
|
||||
@define-color red #d20f39;
|
||||
@define-color maroon #e64553;
|
||||
@define-color peach #fe640b;
|
||||
@define-color yellow #df8e1d;
|
||||
@define-color green #40a02b;
|
||||
@define-color teal #179299;
|
||||
@define-color sky #04a5e5;
|
||||
@define-color sapphire #209fb5;
|
||||
@define-color blue #1e66f5;
|
||||
@define-color lavender #7287fd;
|
||||
@define-color text #4c4f69;
|
||||
@define-color subtext1 #5c5f77;
|
||||
@define-color subtext0 #6c6f85;
|
||||
@define-color overlay2 #7c7f93;
|
||||
@define-color overlay1 #8c8fa1;
|
||||
@define-color overlay0 #9ca0b0;
|
||||
@define-color surface2 #acb0be;
|
||||
@define-color surface1 #bcc0cc;
|
||||
@define-color surface0 #ccd0da;
|
||||
@define-color base #eff1f5;
|
||||
@define-color mantle #e6e9ef;
|
||||
@define-color crust #dce0e8;
|
|
@ -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