all repos

dotfiles @ 1fcf08af74bb47b87ad45e775b844cc90063485c

i use rach linux btw
1 files changed, 1 insertions(+), 1 deletions(-)
refactor(scrips): show poweroff at top
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-11-15 14:57:09 +0200
Parent: 993945b
M bin/wofi-power-menu
···
                1
                1
                 #!/bin/env bash

              
                2
                2
                 

              
                3
                
                -entries="⇠ logout\n⏾ suspend\n⭮ reboot\n⏻ poweroff"

              
                
                3
                +entries="⏻ poweroff\n⇠ logout\n⏾ suspend\n⭮ reboot"

              
                4
                4
                 selected=$(echo -e "$entries" |

              
                5
                5
                 	wofi --dmenu --cache-file /dev/null |

              
                6
                6
                 	awk '{print tolower($2)}')