Skip to content

Commit

Permalink
fix(apps): fix rofi powermenu icons
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Jun 1, 2024
1 parent ced25b6 commit d45de6f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/rofi/powermenu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
uptime=$(uptime -p | sed -e 's/up //g' | sed -e 's/, load average:.*//g')
# Options
shutdown=''
reboot=''
lock=''
suspend=''
logout=''
yes=''
no=''
shutdown=''
reboot=''
lock=''
suspend=''
logout=''
yes=''
no=''
# Rofi CMD
rofi_cmd() {
Expand Down

0 comments on commit d45de6f

Please sign in to comment.