From e6cf56ead8382d6bcd4d9f8d7a28490887bae92a Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Mon, 8 Dec 2025 11:53:23 +0530 Subject: miraged from waybar to quickshell --- hypr/battery-notif.sh | 4 ++-- hypr/battery/battery_critical.png | Bin 0 -> 2574 bytes hypr/battery/battery_low.png | Bin 0 -> 2083 bytes hypr/hyprland/exec_once.conf | 10 +++++----- 4 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 hypr/battery/battery_critical.png create mode 100644 hypr/battery/battery_low.png (limited to 'hypr') 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 Binary files /dev/null and b/hypr/battery/battery_critical.png differ diff --git a/hypr/battery/battery_low.png b/hypr/battery/battery_low.png new file mode 100644 index 0000000..39d2d89 Binary files /dev/null and b/hypr/battery/battery_low.png 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 -- cgit v1.2.3