aboutsummaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-01-04 13:49:40 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-01-04 13:49:40 +0000
commit50da50e75115de55f2af488f3890052862a472a1 (patch)
treefc19cf5fee8cbf1ee795f6b0e6491a23dffbc7c7 /.local/bin
parentf6f949bc670ca692115de08be2150df64de3bce4 (diff)
Fixed spacing on Lock screen line.
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/powermenu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/powermenu.sh b/.local/bin/powermenu.sh
index e7692e2..4f95d60 100755
--- a/.local/bin/powermenu.sh
+++ b/.local/bin/powermenu.sh
@@ -19,7 +19,7 @@ rofi_command="fuzzel -d -w 14 -l $((lines+1))"
chosen="$(echo -e "$options" | $rofi_command )"
case $chosen in
"$lock_screen")
- swaylock -f -i "$wallpaper"
+ swaylock -f -i "$wallpaper"
;;
"$power_off")
doas poweroff