hyprland again, waybar updates, bluetooth updates, wallpaper updates
This commit is contained in:
@@ -6,6 +6,13 @@ let
|
||||
themeColor = "dark"; # [ "standard" "light" "dark" ]
|
||||
iconThemeVariant = "all"; # [ "default" "purple" "pink" "red" "orange" "yellow" "green" "teal" "grey" "all" ]
|
||||
iconScheme = "nord"; # [ "default" "nord" "dracula" "gruvbox" "everforest" "catppuccin" "all" ]
|
||||
|
||||
# customized_sddm_astronaut = pkgs.sddm-astronaut.override {
|
||||
# embeddedTheme = "hyprland_kath";
|
||||
# themeConfig = {
|
||||
# Background = "path/to/background.jpg";
|
||||
# };
|
||||
# };
|
||||
in
|
||||
{
|
||||
# Displays
|
||||
@@ -52,7 +59,10 @@ in
|
||||
fontSize = 12;
|
||||
|
||||
# SDDM/Locking
|
||||
sddmTheme = "sddm-astronaut";
|
||||
sddm = {
|
||||
themeName = "sddm-astronaut-theme";
|
||||
package = pkgs.sddm-astronaut;
|
||||
};
|
||||
lockScreenTimer = 900; # 15 min
|
||||
screenOffTimer = 930; # 15.5 min
|
||||
suspendTimer = 3600; # 1hr
|
||||
|
||||
Reference in New Issue
Block a user