Cleanup files

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-18 18:03:41 +01:00
parent 1610135c84
commit de361ca0ea
17 changed files with 198 additions and 42 deletions

View file

@ -1,9 +1,20 @@
# SCRIPT NAME:
# .config/polybar/config
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
#
# DESCRIPTION:
# This file contains my Polybar configuration
#
# USAGE:
# This file is automatically used by Polybar.
[colors]
background = #222D32
foreground = #A1B0B8
[bar/top]
monitor = HDMI-1
monitor = HDMI1
width = 100%
height = 35
offset-x = 0
@ -34,7 +45,7 @@ tray-position = right
[bar/top2]
inherit = bar/top
monitor = eDP-1
monitor = eDP1
[module/i3]

View file

@ -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