diff --git a/flake.nix b/flake.nix index 75c146b..d5a6738 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ ... } @ inputs: let themes = import ./modules/nixos/themes/defaults.nix; - activeTheme = themes.dracula; # Change this to switch themes + activeTheme = themes.valua; # Change this to switch themes wallpaperPath = "${inputs.wallpapers}/${activeTheme.wallpaper}"; in { theme = builtins.path { diff --git a/modules/hyprland/waybar.nix b/modules/hyprland/waybar.nix index 75a84db..d3d7f6c 100644 --- a/modules/hyprland/waybar.nix +++ b/modules/hyprland/waybar.nix @@ -234,8 +234,9 @@ waves = false; }; clock = { - format = " {:%a, %d %m, %H:%M}"; - format-alt = " {:%d/%m}"; + format = "{:%H:%M}"; + format-alt = " {:%a, %d %m, %H:%M:%S}"; + interval = 1; tooltip = true; tooltip-format = "{:%Y %m}\n{calendar}"; };