all repos

dotfiles @ 1fcf08a

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)}')