Cleanup files
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
1610135c84
commit
de361ca0ea
17 changed files with 198 additions and 42 deletions
|
@ -1,4 +1,16 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# .config/polybar/launch.sh
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin.kaderli@gmail.com>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# This script kills existing polybar processes and then launches the bars.
|
||||
#
|
||||
# USAGE:
|
||||
# ./launch.sh
|
||||
|
||||
# Terminate already running bar instances
|
||||
killall -q polybar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue