aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2022-07-29 13:02:19 -0700
committerAaditya Dhruv <[email protected]>2022-07-29 13:02:19 -0700
commit60c6dcc9b95e57e5369111c4663c58e0a1aecbdc (patch)
tree4f0da95e7ab2f85cb0422210e35ad4467cd075cb
parent2d318ea0422444503497b139e09055f36445248e (diff)
changes
-rw-r--r--.config/alacritty/alacritty.yml2
-rw-r--r--.config/polybar/forest/config.ini2
-rwxr-xr-x.config/polybar/forest/scripts/powermenu.sh17
-rw-r--r--.wallpapers/galaxy.jpgbin0 -> 110767 bytes
-rw-r--r--.wallpapers/gusty.pngbin0 -> 561387 bytes
-rw-r--r--.wallpapers/starbits.pngbin0 -> 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
new file mode 100644
index 0000000..ab3af33
--- /dev/null
+++ b/.wallpapers/galaxy.jpg
Binary files differ
diff --git a/.wallpapers/gusty.png b/.wallpapers/gusty.png
new file mode 100644
index 0000000..5763911
--- /dev/null
+++ b/.wallpapers/gusty.png
Binary files differ
diff --git a/.wallpapers/starbits.png b/.wallpapers/starbits.png
new file mode 100644
index 0000000..9f630f3
--- /dev/null
+++ b/.wallpapers/starbits.png
Binary files differ