From 774a25ccf7ead4916b44e98ffa51a5a205de8767 Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 25 Apr 2024 15:26:25 +0200 Subject: [PATCH] correct initial brightness --- modules/system/niri/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/niri/default.nix b/modules/system/niri/default.nix index 15b5cfd..2e02682 100644 --- a/modules/system/niri/default.nix +++ b/modules/system/niri/default.nix @@ -83,7 +83,7 @@ { command = ["swaybg" "-i" "${../../../wallpaper/wallpaper.png}" "-m" "fill"]; } { command = ["pamixer" "--set-volume" "0"]; } { command = ["systemctl" "--user" "restart" "spotifyd.service"]; } - { command = ["brightnessctl" "s" "50"]; } + { command = ["brightnessctl" "s" "50%"]; } ]; binds = {