aboutsummaryrefslogtreecommitdiff
path: root/hypr
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-12-08 11:53:23 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-12-08 11:53:23 +0530
commite6cf56ead8382d6bcd4d9f8d7a28490887bae92a (patch)
tree95160419d00e5f278a0cefbf1916c4f9a852742d /hypr
parent6cdd44c09685f15b66bf247801a7d5fbc0f2d0f3 (diff)
miraged from waybar to quickshell
Diffstat (limited to 'hypr')
-rwxr-xr-xhypr/battery-notif.sh4
-rw-r--r--hypr/battery/battery_critical.pngbin0 -> 2574 bytes
-rw-r--r--hypr/battery/battery_low.pngbin0 -> 2083 bytes
-rw-r--r--hypr/hyprland/exec_once.conf10
4 files changed, 7 insertions, 7 deletions
diff --git a/hypr/battery-notif.sh b/hypr/battery-notif.sh
index 4a0165e..40f7db3 100755
--- a/hypr/battery-notif.sh
+++ b/hypr/battery-notif.sh
@@ -5,9 +5,9 @@ while true; do
if [[ "$status" = "Discharging" ]]; then
battery=$(cat /sys/class/power_supply/BAT1/capacity)
if [[ battery -lt 16 ]]; then
- notify-send -u critical "Very Low Battery" -i ~/.config/waybar/battery_critical.png
+ notify-send -u critical "Very Low Battery" -i ~/.config/hypr/battery/battery_critical.png
elif [[ battery -lt 31 ]]; then
- notify-send -u normal "Low Battery" -i ~/.config/waybar/battery_low.png
+ notify-send -u normal "Low Battery" -i ~/.config/hypr/battery/battery_low.png
fi
fi
pid=$!
diff --git a/hypr/battery/battery_critical.png b/hypr/battery/battery_critical.png
new file mode 100644
index 0000000..cf73f50
--- /dev/null
+++ b/hypr/battery/battery_critical.png
Binary files differ
diff --git a/hypr/battery/battery_low.png b/hypr/battery/battery_low.png
new file mode 100644
index 0000000..39d2d89
--- /dev/null
+++ b/hypr/battery/battery_low.png
Binary files differ
diff --git a/hypr/hyprland/exec_once.conf b/hypr/hyprland/exec_once.conf
index 9043c15..ff63e90 100644
--- a/hypr/hyprland/exec_once.conf
+++ b/hypr/hyprland/exec_once.conf
@@ -1,6 +1,6 @@
-exec-once = ~/.config/hypr/random-wall.sh # random wallpaper
-exec-once = ~/.config/hypr/battery-notif.sh # low battery notification
-exec-once = wl-paste --watch cliphist store # clipboard
-exec-once = mako # notification
-exec-once = waybar # top bar
+exec-once = ~/.config/hypr/random-wall.sh
+exec-once = ~/.config/hypr/battery-notif.sh
+exec-once = wl-paste --watch cliphist store
+exec-once = mako
+exec-once = qs
exec-once = hyprsunset