From b321aded1b922d0ee09f89538ae4dc962c5d4ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Fri, 1 Nov 2024 16:15:59 +0100 Subject: [PATCH] Home Gen410 @ 2024-11-01-16:15 --- modules/home/hyprland/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 7932e3e..3d9a7ce 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -60,7 +60,7 @@ valign = "center"; } { - text = ''cmd[update:18000000] echo " "$(date +'%d %b')" "''; + text = ''cmd[update:18000000] echo " "$(${pkgs.coreutils-full}/bin/date +'%d %b')" "''; # color = $color7 font_size = 18; #font_family = JetBrainsMono Nerd Font 10 @@ -70,7 +70,7 @@ valign = "center"; } { - text = ''cmd[update:18000000] echo "Feels like $(curl -s 'wttr.in?format=%t' | tr -d '+') "''; + text = ''cmd[update:18000000] echo "Feels like $(${pkgs.curl}/bin/curl -s 'wttr.in?format=%t' | ${pkgs.coreutils-full}/bin/tr -d '+') "''; #color = $color7 font_size = 18; # font_family = Geist Mono 10