This commit is contained in:
pagedMov
2024-10-10 18:25:19 -04:00
parent bd31255f04
commit 3d2fd69704
17 changed files with 163 additions and 142 deletions

View File

@@ -0,0 +1,15 @@
: 1728597397:0;nvim settings.nix
: 1728597410:0;nixswitch
: 1728597470:0;nvim style.nix
: 1728597481:0;nvim settings.nix
: 1728597889:0;nvim style.nix
: 1728597913:0;nixswitch
: 1728597950:0;nvim style.nix
: 1728597974:0;nixswitch
: 1728598000:0;nvim style.nix
: 1728598037:0;nixswitch
: 1728598073:0;waybar
: 1728598077:0;nvim style.nix
: 1728598101:0;nixswitch
: 1728598123:0;runbg waybar
: 1728598223:0;..

View File

@@ -46,7 +46,7 @@
"3"= "";
"4"= "";
"5"= "";
"6"= "";
"6"= "";
urgent= "";
default = "";
sort-by-number= true;
@@ -57,6 +57,7 @@
"3"= [];
"4"= [];
"5"= [];
"6"= [];
};
};
memory= {

View File

@@ -5,10 +5,9 @@ let custom = {
font_size = "15px";
font_weight = "bold";
text_color = "#cdd6f4";
secondary_accent= "89b4fa";
tertiary_accent = "f5f5f5";
background = "11111B";
opacity = "0.98";
secondary_accent= "#89b4fa";
tertiary_accent = "#f5f5f5";
background = "#11111B";
};
in
{
@@ -22,11 +21,10 @@ in
min-height: 0px;
font-family: ${custom.font};
font-weight: ${custom.font_weight};
opacity: ${custom.opacity};
}
window#waybar {
background: none;
background: ${custom.background};
}
#workspaces {