Improved waybar handling for hidden config

This commit is contained in:
Michel Fedde 2025-03-18 22:45:04 +01:00
parent add349f09f
commit 0ab1b7df68
3 changed files with 4 additions and 3 deletions

View file

@ -24,8 +24,8 @@ bindl = , xf86AudioNext, exec, $scriptsDir/MediaCtrl.sh --nxt
bindl = , xf86AudioPrev, exec, $scriptsDir/MediaCtrl.sh --prv
bindl = , xf86audiostop, exec, $scriptsDir/MediaCtrl.sh --stop
bindtn = , $mainMod_L, exec, waybar -c ~/.config/waybar/configurations/hidden.json &
bindtrn = $mainMod, $mainMod_L, exec, pkill waybar | pkill pactl
bindtn = , $mainMod_L, exec, killall -SIGUSR1 waybar
bindtrn = $mainMod, $mainMod_L, exec, killall -SIGUSR1 waybar
# Move focus with mainMod + LHKJ
bind = $mainMod, H, movefocus, l

View file

@ -15,7 +15,7 @@ exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESK
exec-once = $scriptsDir/Polkit.sh
# starup apps
# exec-once = waybar &
exec-once = waybar &
exec-once = nm-applet --indicator &
exec-once = swaync &
exec-once = ags &