diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-08 11:53:23 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-08 11:53:23 +0530 |
| commit | e6cf56ead8382d6bcd4d9f8d7a28490887bae92a (patch) | |
| tree | 95160419d00e5f278a0cefbf1916c4f9a852742d /hypr | |
| parent | 6cdd44c09685f15b66bf247801a7d5fbc0f2d0f3 (diff) | |
miraged from waybar to quickshell
Diffstat (limited to 'hypr')
| -rwxr-xr-x | hypr/battery-notif.sh | 4 | ||||
| -rw-r--r-- | hypr/battery/battery_critical.png | bin | 0 -> 2574 bytes | |||
| -rw-r--r-- | hypr/battery/battery_low.png | bin | 0 -> 2083 bytes | |||
| -rw-r--r-- | hypr/hyprland/exec_once.conf | 10 |
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 Binary files differnew file mode 100644 index 0000000..cf73f50 --- /dev/null +++ b/hypr/battery/battery_critical.png diff --git a/hypr/battery/battery_low.png b/hypr/battery/battery_low.png Binary files differnew file mode 100644 index 0000000..39d2d89 --- /dev/null +++ b/hypr/battery/battery_low.png 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 |
