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