mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-10 21:49:13 +01:00
update theme and waybar icons
This commit is contained in:
parent
3e8c2670cd
commit
42012cd697
@ -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";
|
||||
};
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user