From b52c5e810faf389afad81022f28c3feb4120c709 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 14 Aug 2024 09:53:04 +0200 Subject: ... --- accounts/gkleen@sif/default.nix | 2 +- accounts/gkleen@sif/hyprland.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'accounts/gkleen@sif') diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index a29826b4..9a22e83a 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix @@ -425,7 +425,7 @@ in { on-scroll = 1; format = { months = "{}"; - days = "{}"; + days = "{}"; weeks = "{}"; weekdays = "{}"; today = "{}"; diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index 22b64611..579b485f 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix @@ -279,14 +279,14 @@ in { export PATH="${lib.makeBinPath (with pkgs; [ jq ])}:$PATH" [[ $(hyprctl monitors -j | jq '.[] | select(.name == "eDP-1") | .disabled') = "true" ]] || exit 0 - hyprctl keyword monitor \"eDP-1,3840x2160@59.99900,auto,1.5\"" + hyprctl keyword monitor "eDP-1,3840x2160@59.99900,auto,1.5" ''}" ", switch:on:Lid Switch,exec,${pkgs.writeShellScript "clamshell-on" '' export PATH="${lib.makeBinPath (with pkgs; [ jq ])}:$PATH" [[ $(hyprctl monitors -j | jq 'reduce (.[] | select(.disabled == false)) as $_ (0; .+1)') -gt 1 ]] || exit 0 - hyprctl keyword monitor \"eDP-1,disable\" + hyprctl keyword monitor "eDP-1,disable" ''}" ]; -- cgit v1.2.3