change waybar config ext

This commit is contained in:
DACHXY 2024-12-28 16:21:21 +08:00
parent fc0f3f950f
commit 00c8b4d5eb
3 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@ exec-once = swaync -s ~/.config/swaync/style.css -c ~/.config/swaync/config.json
exec-once = dbus-update-activation-environment --systemd --all
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = waybar -c ~/.config/waybar/config -s ~/.config/waybar/style.css
exec-once = waybar -c ~/.config/waybar/config.json -s ~/.config/waybar/style.css
exec-once = hyprpaper
exec-once = swayidle -w
exec-once = sway-audio-idle-inhibit

View file

@ -4,5 +4,5 @@
killall .waybar-wrapped
killall .swaync-wrapped
waybar -c ~/.config/waybar/config -s ~/.config/waybar/style.css &
waybar -c ~/.config/waybar/config.json -s ~/.config/waybar/style.css &
swaync -s ~/.config/swaync/style.css -c ~/.config/swaync/config.json &

View file

@ -16,6 +16,7 @@
"modules-left": [
"hyprland/workspaces",
"clock",
"mpris"
],