diff options
author | Aaditya Dhruv <[email protected]> | 2022-07-29 13:02:19 -0700 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2022-07-29 13:02:19 -0700 |
commit | 60c6dcc9b95e57e5369111c4663c58e0a1aecbdc (patch) | |
tree | 4f0da95e7ab2f85cb0422210e35ad4467cd075cb | |
parent | 2d318ea0422444503497b139e09055f36445248e (diff) |
changes
-rw-r--r-- | .config/alacritty/alacritty.yml | 2 | ||||
-rw-r--r-- | .config/polybar/forest/config.ini | 2 | ||||
-rwxr-xr-x | .config/polybar/forest/scripts/powermenu.sh | 17 | ||||
-rw-r--r-- | .wallpapers/galaxy.jpg | bin | 0 -> 110767 bytes | |||
-rw-r--r-- | .wallpapers/gusty.png | bin | 0 -> 561387 bytes | |||
-rw-r--r-- | .wallpapers/starbits.png | bin | 0 -> 429029 bytes |
6 files changed, 5 insertions, 16 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index afdf986..f331fc3 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -117,7 +117,7 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: MesloLGS NF + family: MesloLGS NF # The `style` can be specified to pick a specific face. style: Regular diff --git a/.config/polybar/forest/config.ini b/.config/polybar/forest/config.ini index 5003f71..f5a2437 100644 --- a/.config/polybar/forest/config.ini +++ b/.config/polybar/forest/config.ini @@ -143,7 +143,7 @@ font-3 = "Nerd Font:size=10;3" modules-left = workspaces modules-center = title -modules-right = battery network date +modules-right = battery network date ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ diff --git a/.config/polybar/forest/scripts/powermenu.sh b/.config/polybar/forest/scripts/powermenu.sh index 84eddf4..271006d 100755 --- a/.config/polybar/forest/scripts/powermenu.sh +++ b/.config/polybar/forest/scripts/powermenu.sh @@ -17,15 +17,6 @@ lock=" Lock" suspend=" Sleep" logout=" Logout" -# Confirmation -confirm_exit() { - rofi -dmenu\ - -i\ - -no-fixed-num-lines\ - -p "Are You Sure? : "\ - -theme $dir/confirm.rasi -} - # Message msg() { rofi -theme "$dir/message.rasi" -e "Available Options - yes / y / no / n" @@ -39,7 +30,7 @@ case $chosen in $shutdown) ans=$(confirm_exit &) if [[ $ans == "yes" || $ans == "YES" || $ans == "y" || $ans == "Y" ]]; then - systemctl poweroff + loginctl poweroff elif [[ $ans == "no" || $ans == "NO" || $ans == "n" || $ans == "N" ]]; then exit 0 else @@ -49,7 +40,7 @@ case $chosen in $reboot) ans=$(confirm_exit &) if [[ $ans == "yes" || $ans == "YES" || $ans == "y" || $ans == "Y" ]]; then - systemctl reboot + loginctl reboot elif [[ $ans == "no" || $ans == "NO" || $ans == "n" || $ans == "N" ]]; then exit 0 else @@ -66,9 +57,7 @@ case $chosen in $suspend) ans=$(confirm_exit &) if [[ $ans == "yes" || $ans == "YES" || $ans == "y" || $ans == "Y" ]]; then - mpc -q pause - amixer set Master mute - systemctl suspend + ZZZ elif [[ $ans == "no" || $ans == "NO" || $ans == "n" || $ans == "N" ]]; then exit 0 else diff --git a/.wallpapers/galaxy.jpg b/.wallpapers/galaxy.jpg Binary files differnew file mode 100644 index 0000000..ab3af33 --- /dev/null +++ b/.wallpapers/galaxy.jpg diff --git a/.wallpapers/gusty.png b/.wallpapers/gusty.png Binary files differnew file mode 100644 index 0000000..5763911 --- /dev/null +++ b/.wallpapers/gusty.png diff --git a/.wallpapers/starbits.png b/.wallpapers/starbits.png Binary files differnew file mode 100644 index 0000000..9f630f3 --- /dev/null +++ b/.wallpapers/starbits.png |