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

View File

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