update theme and waybar icons

This commit is contained in:
Tyler Kelley 2024-05-21 14:19:59 -05:00
parent 3e8c2670cd
commit 42012cd697
2 changed files with 6 additions and 6 deletions

View File

@ -116,7 +116,7 @@ with lib;
};
"custom/themeselector" = {
tooltip = false;
format = "󰉼";
format = "";
on-click = "sleep 0.1 && theme-selector";
};
"custom/exit" = {
@ -132,14 +132,14 @@ with lib;
};
"custom/hyprbindings" = {
tooltip = false;
format = "";
format = "󱕴";
on-click = "sleep 0.1 && list-hypr-bindings";
};
"idle_inhibitor" = {
format = "{icon}";
format-icons = {
activated = "";
deactivated = "";
activated = "";
deactivated = "";
};
tooltip = "true";
};

View File

@ -4,7 +4,7 @@
gitEmail = "tylerzanekelley@gmail.com";
# Base16 Theme
theme = "dracula";
theme = "tokyo-night-storm";
# Hyprland Settings
borderAnim = true; # Enable / Disable Hyprland Border Animation
@ -15,6 +15,6 @@
waybarAnimations = true;
# Program Options
browser = "firefox"; # Set Default Browser
browser = "firefox"; # Set Default Browser (google-chrome-stable for google-chrome)
terminal = "kitty"; # Set Default System Terminal
}