From 792bab8aa688069c04c2bfd68b0a20f56a951cc1 Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 11 Nov 2021 19:49:01 +0000 Subject: [PATCH] sway: Use new arc'd swaylock-effects, waybar clock order change --- config/modules/home/theme.nix | 1 + config/users/kat/sway/waybar/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/modules/home/theme.nix b/config/modules/home/theme.nix index 645bcaaa..9a773e08 100644 --- a/config/modules/home/theme.nix +++ b/config/modules/home/theme.nix @@ -65,6 +65,7 @@ let cfg = config.kw.theme; in programs.swaylock = mkIf (cfg.swaylock) { enable = true; + package = pkgs.swaylock-effects-develop; args = { screenshots = true; daemonize = true; diff --git a/config/users/kat/sway/waybar/default.nix b/config/users/kat/sway/waybar/default.nix index 933786cc..af603c0f 100644 --- a/config/users/kat/sway/waybar/default.nix +++ b/config/users/kat/sway/waybar/default.nix @@ -9,7 +9,7 @@ enable = true; systemd.enable = true; settings = [{ - modules-right = [ "clock#s" "clock#arc" "clock#miku" "clock#hex" "clock" ]; + modules-right = [ "clock#s" "clock#arc" "clock#hex" "clock#miku" "clock" ]; modules-center = [ "sway/workspaces" "sway/mode" "sway/window" ]; modules-left = [ "tray"