✨ hypr(env,scripts,autostart, hyprlock): add new notification system, add media to hyprlock, organize scripts, add xdg env vars, use less blur size
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This script checks if night light was enabled last
|
||||
# boot, and runs hyprsunset if that's the case.
|
||||
# ---------
|
||||
# Licensed under the MIT License
|
||||
# Made by retrozinndev (João Dias)
|
||||
# From https://github.com/retrozinndev/Hyprland-Dots
|
||||
|
||||
|
||||
if [[ -f "$HOME/.cache/night-light.pid" ]]; then
|
||||
rm "$HOME/.cache/night-light.pid"
|
||||
sh $HOME/.config/eww/scripts/night-light.sh
|
||||
fi
|
||||
Reference in New Issue
Block a user