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