correct initial brightness

This commit is contained in:
twoneis 2024-04-25 15:26:25 +02:00
parent 925ce4af5d
commit 774a25ccf7

View file

@ -83,7 +83,7 @@
{ command = ["swaybg" "-i" "${../../../wallpaper/wallpaper.png}" "-m" "fill"]; } { command = ["swaybg" "-i" "${../../../wallpaper/wallpaper.png}" "-m" "fill"]; }
{ command = ["pamixer" "--set-volume" "0"]; } { command = ["pamixer" "--set-volume" "0"]; }
{ command = ["systemctl" "--user" "restart" "spotifyd.service"]; } { command = ["systemctl" "--user" "restart" "spotifyd.service"]; }
{ command = ["brightnessctl" "s" "50"]; } { command = ["brightnessctl" "s" "50%"]; }
]; ];
binds = { binds = {