mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-10 21:42:39 +08:00
update flakes; thefuck -> pay-respect
This commit is contained in:
parent
3565c56590
commit
6b144d0da1
4 changed files with 115 additions and 116 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
. ~/scripts/tofi/config
|
||||
|
||||
entry=$(printf "⏻ poweroff\n reboot\n mode\n exit\n suspend" | tofi_full "power")
|
||||
entry=$(printf " poweroff\n reboot\n mode\n exit\n suspend" | tofi_full "power")
|
||||
entry=$(echo $entry | cut -d' ' -f2 )
|
||||
|
||||
if [ "$entry" = "poweroff" ] || [ "$entry" = "reboot" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue