change waybar config ext
This commit is contained in:
parent
fc0f3f950f
commit
00c8b4d5eb
3 changed files with 3 additions and 2 deletions
|
|
@ -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 = dbus-update-activation-environment --systemd --all
|
||||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
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 = hyprpaper
|
||||||
exec-once = swayidle -w
|
exec-once = swayidle -w
|
||||||
exec-once = sway-audio-idle-inhibit
|
exec-once = sway-audio-idle-inhibit
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,5 @@
|
||||||
|
|
||||||
killall .waybar-wrapped
|
killall .waybar-wrapped
|
||||||
killall .swaync-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 &
|
swaync -s ~/.config/swaync/style.css -c ~/.config/swaync/config.json &
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
|
"clock",
|
||||||
"mpris"
|
"mpris"
|
||||||
],
|
],
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue