some fixes
This commit is contained in:
parent
d401d73c2f
commit
26ca1d0eed
2 changed files with 3 additions and 3 deletions
|
@ -94,10 +94,10 @@ main() {
|
||||||
sleep 0.2
|
sleep 0.2
|
||||||
# swaync >/dev/null 2>&1 &
|
# swaync >/dev/null 2>&1 &
|
||||||
# notify-send "low" "bar" "launching.."
|
# notify-send "low" "bar" "launching.."
|
||||||
bash "$scriptdir/bar"
|
bash "$_scripts/bar"
|
||||||
|
|
||||||
notify-send "low" "wallpaper" "loading.."
|
notify-send "low" "wallpaper" "loading.."
|
||||||
bash "$scriptdir/wallpaper"
|
bash "$_scripts/wallpaper"
|
||||||
|
|
||||||
if command_exists redshift; then
|
if command_exists redshift; then
|
||||||
notify-send "low" "redshift" "protecting your eyes from the blue light.."
|
notify-send "low" "redshift" "protecting your eyes from the blue light.."
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
general {
|
general {
|
||||||
lock_cmd = swaylock --screenshots --clock --indicator --effect-pixelate 18 --effect-blur 8x8
|
lock_cmd = swaylock --screenshots --clock --indicator --effect-pixelate 18 --effect-blur 8x8
|
||||||
before_sleep_cmd = loginctl lock-session
|
before_sleep_cmd = loginctl lock-session
|
||||||
after_sleep_cmd = hyprctl dispatch dpms on && hyprpanel
|
after_sleep_cmd = hyprctl dispatch dpms on && bash "$HOME/.config/hypr/.scripts/refresh.sh"
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue