diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-12-17 18:37:56 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-12-17 18:37:56 +0000 |
commit | 1e267c52240e177f635f8f718099571e24493088 (patch) | |
tree | a8c3dce192a099c855d2332b75ec86a670b47b59 /.local | |
parent | 8f064c692ff1407ef9b1daaa4d1aa723066d19c7 (diff) |
Converted from bash to sh.
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/emoji-menu.sh (renamed from .local/bin/emoji-menu) | 0 | ||||
-rwxr-xr-x | .local/bin/powermenu.sh (renamed from .local/bin/powermenu) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/emoji-menu b/.local/bin/emoji-menu.sh index 6b20513..6b20513 100755 --- a/.local/bin/emoji-menu +++ b/.local/bin/emoji-menu.sh diff --git a/.local/bin/powermenu b/.local/bin/powermenu.sh index e1896b1..8d353c2 100755 --- a/.local/bin/powermenu +++ b/.local/bin/powermenu.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh read -r wallpaper<~/.cache/wallpaper @@ -8,7 +8,7 @@ reboot=" Reboot" lock_screen=" Lock Screen" suspend=" Suspend" hibernate=" Hibernate" -log_out=" Log Out" +log_out=" Log Out" # Options passed to fuzzel options="$power_off\n$reboot\n$suspend\n$hibernate\n$log_out\n$lock_screen" |