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 = , xf86AudioPrev, exec, $scriptsDir/MediaCtrl.sh --prv
bindl = , xf86audiostop, exec, $scriptsDir/MediaCtrl.sh --stop bindl = , xf86audiostop, exec, $scriptsDir/MediaCtrl.sh --stop
bindtn = , $mainMod_L, exec, waybar -c ~/.config/waybar/configurations/hidden.json & bindtn = , $mainMod_L, exec, killall -SIGUSR1 waybar
bindtrn = $mainMod, $mainMod_L, exec, pkill waybar | pkill pactl bindtrn = $mainMod, $mainMod_L, exec, killall -SIGUSR1 waybar
# Move focus with mainMod + LHKJ # Move focus with mainMod + LHKJ
bind = $mainMod, H, movefocus, l 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 exec-once = $scriptsDir/Polkit.sh
# starup apps # starup apps
# exec-once = waybar & exec-once = waybar &
exec-once = nm-applet --indicator & exec-once = nm-applet --indicator &
exec-once = swaync & exec-once = swaync &
exec-once = ags & exec-once = ags &

View file

@ -9,6 +9,7 @@
"reload_style_on_change": true, "reload_style_on_change": true,
"name": "semi-hidden", "name": "semi-hidden",
"id": "semi-hidden", "id": "semi-hidden",
"start_hidden": true,
"margin-top": 0 "margin-top": 0
} }