Gen 275:
This commit is contained in:
15
glasshouse-desktop/home/waybar/.zsh_history
Normal file
15
glasshouse-desktop/home/waybar/.zsh_history
Normal 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;..
|
||||
@@ -46,7 +46,7 @@
|
||||
"3"= "三";
|
||||
"4"= "四";
|
||||
"5"= "五";
|
||||
"6"= "六";
|
||||
"6"= "六";
|
||||
urgent= "";
|
||||
default = "";
|
||||
sort-by-number= true;
|
||||
@@ -57,6 +57,7 @@
|
||||
"3"= [];
|
||||
"4"= [];
|
||||
"5"= [];
|
||||
"6"= [];
|
||||
};
|
||||
};
|
||||
memory= {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user