update config structure
This commit is contained in:
parent
92c28eae4e
commit
444e56d6c5
@ -20,6 +20,6 @@ exec --no-startup-id clipit
|
|||||||
exec --no-startup-id nitrogen --restore
|
exec --no-startup-id nitrogen --restore
|
||||||
|
|
||||||
# Polybar: desktop bar
|
# Polybar: desktop bar
|
||||||
# exec_always --no-startup-id $HOME/.config/polybar/scripts/launch.sh
|
exec_always --no-startup-id $HOME/.config/polybar/scripts/launch.sh
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Terminate already running bar instances
|
# Terminate already running bar instances
|
||||||
# If all your bars have ipc enabled, you can use
|
# If all your bars have ipc enabled, you can use
|
||||||
polybar-msg cmd quit
|
polybar-msg cmd quit
|
||||||
# Otherwise you can use the nuclear option:
|
# Otherwise you can use the nuclear option:
|
||||||
# killall -q polybar
|
# killall -q polybar
|
||||||
|
Loading…
Reference in New Issue
Block a user