Skip to content

Commit

Permalink
Update lock screen command to use betterlockscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Dec 10, 2023
1 parent fe01731 commit be5587d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/bin/dots-rofi-run
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ for arg in "$@"; do

case "$ANS" in
*Hibernate) systemctl hibernate ;;
*Lock) i3lock-fancy -p ;;
*Lock) betterlockscreen --lock blur ;;
*Reboot) systemctl -i reboot ;;
*Shutdown) systemctl -i poweroff ;;
*Suspend) systemctl suspend ;;
Expand Down
1 change: 0 additions & 1 deletion common/config/i3/pkgs.list.arch-linux
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
i3-wm
i3lock-fancy
i3-layouts
2 changes: 1 addition & 1 deletion common/config/jgmenu/append.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
^sep()
Lock,i3lock-fancy -p,system-lock-screen
Lock,betterlockscreen --lock blur,system-lock-screen
Exit,^checkout(exit),system-shutdown

exit,^tag(exit)
Expand Down
1 change: 1 addition & 0 deletions common/config/misc/pkgs.list.arch-linux
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
arc-gtk-theme
arandr
betterlockscreen
dbus-python
flameshot
graphicsmagick
Expand Down
2 changes: 1 addition & 1 deletion common/config/openbox/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<separator/>
<item label="Lock screen">
<action name="Execute">
<command>i3lock-fancy -p</command>
<command>betterlockscreen --lock blur</command>
</action>
</item>
<item label="Exit openbox">
Expand Down
2 changes: 1 addition & 1 deletion common/config/polybar/modules/menu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ menu-3-0 = " 󰘕 "
menu-3-0-exec = menu-open-0
menu-3-0-foreground = ${colors.urgent}
menu-3-1 = "  "
menu-3-1-exec = i3lock-fancy -p &
menu-3-1-exec = betterlockscreen --lock blur &
menu-3-2 = "  "
menu-3-2-exec = systemctl -i reboot
menu-3-3 = "  |"
Expand Down

0 comments on commit be5587d

Please sign in to comment.