Comment out custom theme and just use wallpaper to theme, and fix some theming stuffs

This commit is contained in:
Tyler Kelley 2024-05-22 01:11:37 -05:00
parent 2b8e626fba
commit baf4fb3ee3
3 changed files with 20 additions and 37 deletions

View File

@ -62,7 +62,7 @@
'';
home.file.".config/swaync/style.css".text = ''
* {
font-family: JetBrains Nerd Font Mono;
font-family: JetBrainsMono Nerd Font Mono;
font-weight: bold;
}
.control-center .notification-row:focus,
@ -274,23 +274,6 @@
.widget-mpris-subtitle {
font-size: 1.1rem
}
.widget-buttons-grid {
font-size: x-large;
padding: 5px;
margin: 10px 10px 5px 10px;
border-radius: 5px;
background: #${config.stylix.base16Scheme.base01};
}
.widget-buttons-grid>flowbox>flowboxchild>button {
margin: 3px;
background: #${config.stylix.base16Scheme.base00};
border-radius: 5px;
color: #${config.stylix.base16Scheme.base05};
}
.widget-buttons-grid>flowbox>flowboxchild>button:hover {
background: rgba(122, 162, 247, 1);
color: #${config.stylix.base16Scheme.base00};
}
.widget-menubar>box>.menu-button-bar>button {
border: none;
background: transparent

View File

@ -263,7 +263,7 @@ with lib;
#custom-notification, #tray, #custom-exit {
font-weight: bold;
background: #${config.stylix.base16Scheme.base0F};
color: #${config.stylix.base16Scheme.base05};
color: #${config.stylix.base16Scheme.base00};
margin: 4px 0px;
margin-right: 7px;
border-radius: 10px 24px 10px 24px;

View File

@ -47,24 +47,24 @@
# Styling Options
stylix.image = ../../config/wallpapers/zaney-wallpaper.jpg;
stylix.base16Scheme = {
base00 = "232136";
base01 = "2a273f";
base02 = "393552";
base03 = "6e6a86";
base04 = "908caa";
base05 = "e0def4";
base06 = "e0def4";
base07 = "56526e";
base08 = "eb6f92";
base09 = "f6c177";
base0A = "ea9a97";
base0B = "3e8fb0";
base0C = "9ccfd8";
base0D = "c4a7e7";
base0E = "f6c177";
base0F = "56526e";
};
# stylix.base16Scheme = {
# base00 = "232136";
# base01 = "2a273f";
# base02 = "393552";
# base03 = "6e6a86";
# base04 = "908caa";
# base05 = "e0def4";
# base06 = "e0def4";
# base07 = "56526e";
# base08 = "eb6f92";
# base09 = "f6c177";
# base0A = "ea9a97";
# base0B = "3e8fb0";
# base0C = "9ccfd8";
# base0D = "c4a7e7";
# base0E = "f6c177";
# base0F = "56526e";
# };
stylix.polarity = "dark";
stylix.cursor.package = pkgs.bibata-cursors;
stylix.cursor.name = "Bibata-Modern-Ice";