Add New Waybar Theme & move comments in options.nix to right place

This commit is contained in:
Tyler Kelley 2024-02-12 21:29:39 -06:00
parent 28ab587921
commit ee8d454148
2 changed files with 91 additions and 5 deletions

View File

@ -145,6 +145,11 @@ in with lib; {
border-bottom: 1px solid rgba(26,27,38,0); border-bottom: 1px solid rgba(26,27,38,0);
border-radius: 0px; border-radius: 0px;
color: #${palette.base0F}; color: #${palette.base0F};
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background-color: #${palette.base00};
border-radius: 0px;
border-bottom: 1px solid rgba(26,27,38,0);
'' else '' '' else ''
background-color: #${palette.base00}; background-color: #${palette.base00};
border-bottom: 1px solid #${palette.base00}; border-bottom: 1px solid #${palette.base00};
@ -161,6 +166,12 @@ in with lib; {
border: 0px; border: 0px;
font-style: normal; font-style: normal;
color: #${palette.base00}; color: #${palette.base00};
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
border-radius: 0px;
border: 0px;
font-style: normal;
'' else '' '' else ''
background: linear-gradient(45deg, #${palette.base01}, #${palette.base01}); background: linear-gradient(45deg, #${palette.base01}, #${palette.base01});
margin: 4px; margin: 4px;
@ -181,6 +192,12 @@ in with lib; {
background: linear-gradient(45deg, #${palette.base0D}, #${palette.base0E}); background: linear-gradient(45deg, #${palette.base0D}, #${palette.base0E});
opacity: 0.5; opacity: 0.5;
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
opacity: 0.3;
border: 0px;
transition: all 0.3s ease-in-out;
'' else '' '' else ''
padding: 0px 5px; padding: 0px 5px;
margin: 4px 3px; margin: 4px 3px;
@ -203,6 +220,12 @@ in with lib; {
opacity: 1.0; opacity: 1.0;
min-width: 40px; min-width: 40px;
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
opacity: 1.0;
border: 0px;
transition: all 0.3s ease-in-out;
'' else '' '' else ''
padding: 0px 5px; padding: 0px 5px;
margin: 4px 3px; margin: 4px 3px;
@ -221,6 +244,12 @@ in with lib; {
color: #${palette.base00}; color: #${palette.base00};
background: linear-gradient(45deg, #${palette.base0D}, #${palette.base0E}); background: linear-gradient(45deg, #${palette.base0D}, #${palette.base0E});
opacity: 0.8; opacity: 0.8;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
opacity: 0.8;
border: 0px;
transition: all 0.3s ease-in-out;
'' else '' '' else ''
border-radius: 10px; border-radius: 10px;
color: #${palette.base00}; color: #${palette.base00};
@ -243,6 +272,10 @@ in with lib; {
border-radius: 50px 15px 50px 15px; border-radius: 50px 15px 50px 15px;
margin: 5px; margin: 5px;
padding: 2px 20px; padding: 2px 20px;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
margin: 4px;
'' else '' '' else ''
margin: 4px; margin: 4px;
padding: 2px 10px; padding: 2px 10px;
@ -258,6 +291,10 @@ in with lib; {
border-radius: 15px 50px 15px 50px; border-radius: 15px 50px 15px 50px;
margin: 5px; margin: 5px;
padding: 2px 20px; padding: 2px 20px;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
margin: 4px;
'' else '' '' else ''
background: #${palette.base01}; background: #${palette.base01};
margin: 4px; margin: 4px;
@ -272,6 +309,10 @@ in with lib; {
border-radius: 15px 50px 15px 50px; border-radius: 15px 50px 15px 50px;
margin: 5px; margin: 5px;
padding: 2px 20px; padding: 2px 20px;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
margin: 4px;
'' else '' '' else ''
background: #${palette.base01}; background: #${palette.base01};
margin: 4px; margin: 4px;
@ -286,6 +327,10 @@ in with lib; {
border-radius: 50px 15px 50px 15px; border-radius: 50px 15px 50px 15px;
margin: 5px; margin: 5px;
padding: 2px 20px; padding: 2px 20px;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
margin: 4px;
'' else '' '' else ''
background: #${palette.base01}; background: #${palette.base01};
margin: 4px; margin: 4px;
@ -300,6 +345,10 @@ in with lib; {
border-radius: 50px 15px 50px 15px; border-radius: 50px 15px 50px 15px;
margin: 5px; margin: 5px;
padding: 2px 20px; padding: 2px 20px;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
margin: 4px;
'' else '' '' else ''
background: #${palette.base01}; background: #${palette.base01};
margin: 4px; margin: 4px;
@ -314,6 +363,10 @@ in with lib; {
border-radius: 15px 50px 15px 50px; border-radius: 15px 50px 15px 50px;
margin: 5px; margin: 5px;
padding: 2px 20px; padding: 2px 20px;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
margin: 4px;
'' else '' '' else ''
background: #${palette.base01}; background: #${palette.base01};
margin: 4px; margin: 4px;
@ -328,6 +381,10 @@ in with lib; {
border-radius: 15px 50px 15px 50px; border-radius: 15px 50px 15px 50px;
margin: 5px; margin: 5px;
padding: 2px 20px; padding: 2px 20px;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
margin: 4px;
'' else '' '' else ''
background: #${palette.base01}; background: #${palette.base01};
margin: 4px; margin: 4px;
@ -342,6 +399,10 @@ in with lib; {
border-radius: 50px 15px 50px 15px; border-radius: 50px 15px 50px 15px;
margin: 5px; margin: 5px;
padding: 2px 20px; padding: 2px 20px;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
margin: 4px;
'' else '' '' else ''
background: #${palette.base01}; background: #${palette.base01};
margin: 4px; margin: 4px;
@ -356,6 +417,10 @@ in with lib; {
border-radius: 15px 0px 0px 50px; border-radius: 15px 0px 0px 50px;
margin: 5px 0px 5px 5px; margin: 5px 0px 5px 5px;
padding: 2px 20px; padding: 2px 20px;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
margin: 4px;
'' else '' '' else ''
background: #${palette.base01}; background: #${palette.base01};
margin: 4px; margin: 4px;
@ -370,6 +435,10 @@ in with lib; {
border-radius: 50px 15px 50px 15px; border-radius: 50px 15px 50px 15px;
margin: 5px; margin: 5px;
padding: 2px 20px; padding: 2px 20px;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
margin: 4px;
'' else '' '' else ''
background: #${palette.base01}; background: #${palette.base01};
margin: 4px; margin: 4px;
@ -384,6 +453,10 @@ in with lib; {
border-radius: 15px 50px 15px 50px; border-radius: 15px 50px 15px 50px;
margin: 5px; margin: 5px;
padding: 2px 20px; padding: 2px 20px;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
margin: 4px;
'' else '' '' else ''
background: #${palette.base01}; background: #${palette.base01};
margin: 4px; margin: 4px;
@ -398,6 +471,10 @@ in with lib; {
border-radius: 15px 50px 15px 50px; border-radius: 15px 50px 15px 50px;
margin: 5px; margin: 5px;
padding: 2px 20px; padding: 2px 20px;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
margin: 4px;
'' else '' '' else ''
background: #${palette.base01}; background: #${palette.base01};
margin: 4px; margin: 4px;
@ -412,6 +489,10 @@ in with lib; {
border-radius: 0px 15px 50px 0px; border-radius: 0px 15px 50px 0px;
margin: 5px 5px 5px 0px; margin: 5px 5px 5px 0px;
padding: 2px 20px; padding: 2px 20px;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
margin: 4px;
'' else '' '' else ''
background: #${palette.base01}; background: #${palette.base01};
margin: 4px; margin: 4px;
@ -426,6 +507,10 @@ in with lib; {
border-radius: 15px 50px 15px 50px; border-radius: 15px 50px 15px 50px;
margin: 5px; margin: 5px;
padding: 2px 20px; padding: 2px 20px;
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
background: transparent;
margin: 4px;
'' else '' '' else ''
background: #${palette.base01}; background: #${palette.base01};
margin: 4px; margin: 4px;

View File

@ -5,11 +5,9 @@
let let
username = "zaney"; username = "zaney";
hostname = "hyprnix"; hostname = "hyprnix";
# This is for running NixOS
# On a tmpfs or root on RAM
# You Most Like Want This -> false
userHome = "/home/${username}"; userHome = "/home/${username}";
flakeDir = "${userHome}/zaneyos"; flakeDir = "${userHome}/zaneyos";
waybarStyle = "default"; # simplebar, slickbar, or default
in { in {
# User Variables # User Variables
username = "${username}"; username = "${username}";
@ -17,8 +15,8 @@ in {
gitUsername = "Tyler Kelley"; gitUsername = "Tyler Kelley";
gitEmail = "tylerzanekelley@gmail.com"; gitEmail = "tylerzanekelley@gmail.com";
theme = "gigavolt"; theme = "gigavolt";
slickbar = true; slickbar = if waybarStyle == "slickbar" then true else false;
simplebar = false; # DO NOT ENABLE! simplebar = if waybarStyle == "simplebar" then true else false;
borderAnim = true; borderAnim = true;
browser = "firefox"; browser = "firefox";
wallpaperGit = "https://gitlab.com/Zaney/my-wallpapers.git"; # This will give you my wallpapers wallpaperGit = "https://gitlab.com/Zaney/my-wallpapers.git"; # This will give you my wallpapers
@ -38,6 +36,9 @@ in {
theTimezone = "America/Chicago"; theTimezone = "America/Chicago";
theShell = "bash"; # Possible options: bash, zsh theShell = "bash"; # Possible options: bash, zsh
theKernel = "default"; # Possible options: default, latest, lqx, xanmod, zen theKernel = "default"; # Possible options: default, latest, lqx, xanmod, zen
# This is for running NixOS
# On a tmpfs or root on RAM
# You Most Like Want This -> false
impermanence = true; # This should be set to false unless you know what your doing! impermanence = true; # This should be set to false unless you know what your doing!
sdl-videodriver = "x11"; # Either x11 or wayland ONLY. Games might require x11 set here sdl-videodriver = "x11"; # Either x11 or wayland ONLY. Games might require x11 set here
# For Hybrid Systems intel-nvidia # For Hybrid Systems intel-nvidia