feat: gamemode, toggle-touchpad and restore-waybar \n fix: albert glitches and bugs in the scripts \n And appearance changes concerning waybar and single windows
This commit is contained in:
parent
6e4c3bb974
commit
d33ecc32e7
14 changed files with 124 additions and 19 deletions
|
|
@ -8,11 +8,4 @@ hyprpaper &
|
|||
albert &
|
||||
# mako &
|
||||
systemctl --user start hyprpolkitagent &
|
||||
|
||||
# Launch waybar depending on the last status
|
||||
waybar_status=~/.config/hypr/status/waybar
|
||||
if [ "$(cat $waybar_status)" == "on" ]; then
|
||||
waybar &
|
||||
elif [ "$(cat $waybar_status)" != "off" ]; then
|
||||
hyprctl notify 0 3000 0 Failed to retrieve waybar status
|
||||
fi
|
||||
~/.config/hypr/scripts/restore-waybar.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue