mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: sakura
This commit is contained in:
parent
42d86bf4b2
commit
e8f6d67625
5 changed files with 16 additions and 35 deletions
|
|
@ -19,7 +19,7 @@ _: {
|
|||
.modules-left, .modules-right, .modules-center {
|
||||
background: alpha(@base00, 0.9);
|
||||
box-shadow: 0px 0px 2px rgba(0,0,0,0.6);
|
||||
color: @text;
|
||||
color: @base05;
|
||||
padding: 5px;
|
||||
margin: 2px 4px;
|
||||
border: 1px solid @base04;
|
||||
|
|
@ -34,24 +34,25 @@ _: {
|
|||
}
|
||||
|
||||
#workspaces {
|
||||
border-right: 1px solid @surface2;
|
||||
border-right: 1px solid @base04;
|
||||
}
|
||||
|
||||
|
||||
#workspaces button.persistent {
|
||||
background: @theme_unfocused_bg_color;
|
||||
color: @subtext1;
|
||||
background: @base01;
|
||||
color: @base05;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 2px 5px;
|
||||
background: @surface0;
|
||||
background: @base01;
|
||||
color: @base07;
|
||||
border-bottom: 3px solid transparent;
|
||||
}
|
||||
|
||||
#workspaces button.empty {
|
||||
background: @base01;
|
||||
color: @base05;
|
||||
background: @base04;
|
||||
color: @base01;
|
||||
}
|
||||
|
||||
#workspaces button.visible {
|
||||
|
|
@ -62,12 +63,12 @@ _: {
|
|||
|
||||
#workspaces button.urgent {
|
||||
background: @base08;
|
||||
color: @theme_selected_fg_color;
|
||||
color: @base00;
|
||||
}
|
||||
|
||||
#workspaces button.active, #workspaces button.focused {
|
||||
background: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
background: @base0E;
|
||||
color: @base00;
|
||||
border-bottom: 3px solid @base0E;
|
||||
}
|
||||
|
||||
|
|
@ -86,11 +87,11 @@ _: {
|
|||
}
|
||||
|
||||
#mpris {
|
||||
color: @mantle;
|
||||
color: @base0A;
|
||||
}
|
||||
|
||||
#custom-notification {
|
||||
font-size: 200%;
|
||||
font-size: 150%;
|
||||
}
|
||||
|
||||
#mpris.playing {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@
|
|||
size = 32;
|
||||
};
|
||||
autoEnable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/sakura.yaml";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ in {
|
|||
home.sessionVariables = {
|
||||
BROWSER = "zen";
|
||||
};
|
||||
|
||||
stylix.targets.zen-browser.profileNames = [ "main" ];
|
||||
home.packages = [pkgs.ff2mpv-rust];
|
||||
programs.zen-browser = {
|
||||
nativeMessagingHosts = [
|
||||
|
|
@ -52,11 +52,6 @@ in {
|
|||
];
|
||||
force = true;
|
||||
};
|
||||
userChrome = ''
|
||||
#urlbar {
|
||||
font-family: "${defaultFont}", monospace;
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue