From b0db5b77606d86fdc17e9fe2fe16ce406041218d Mon Sep 17 00:00:00 2001 From: FinnPL Date: Tue, 22 Jul 2025 23:34:42 +0200 Subject: [PATCH] feat: update active theme to 'valua' and modify Waybar clock format --- flake.nix | 2 +- modules/hyprland/waybar.nix | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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}"; };