mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 07:19:59 -05:00
11 lines
262 B
Bash
Executable File
11 lines
262 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
cp ~/.config/hypr/hyprland.conf temporary_config.conf && cp temporary_config.conf ~/.config/hypr/hyprland.conf
|
|
rm temporary_config.conf
|
|
|
|
pkill swaybg
|
|
swaybg -i images/wallpaper/wallpaper-normal
|
|
|
|
kill $(pidof eww) && eww open bar && eww open bg-decor
|