mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-29 15:24:29 +02:00
xsettingsd: do not restart polybar if it is not already running
This commit is contained in:
parent
4fc09dda39
commit
b6291798e4
1 changed files with 1 additions and 1 deletions
|
@ -42,4 +42,4 @@ xrandr --dpi $dpi
|
||||||
} > ~/.xsettingsd
|
} > ~/.xsettingsd
|
||||||
|
|
||||||
# Restart polybar to take changes
|
# Restart polybar to take changes
|
||||||
systemctl --user restart --no-block polybar.service
|
systemctl --user try-restart --no-block polybar.service
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue