Add configs for alacritty, i3, polybar and rofi

This commit is contained in:
2021-09-09 13:41:21 +03:00
parent 277a2f7957
commit 233fa0fe29
5 changed files with 428 additions and 0 deletions

9
polybar/launch.sh Executable file
View File

@@ -0,0 +1,9 @@
#! /bin/bash
# Terminate already running bar instances
killall -q polybar
polybar top
echo "Bars launched..."