updated polybar style, changed font in alacritty to terminess

This commit is contained in:
Tristaan
2018-08-22 14:00:35 +02:00
parent 2f48e3a2ce
commit c7b33a6ad7
4 changed files with 110 additions and 88 deletions

View File

@@ -34,14 +34,14 @@ font pango: xos4 Terminus, Font Awesome 5 Free, Font Awesome 5 Brands 12
#client.background #ffffff
#-----T-i3-----#
#class border backgr. text indicator
#class border backgr. text indicator
client.focused #225396 #7592bA #ffffff #2e9ef4
client.focused_inactive #15325A #032048 #ffffff #484e50
client.urgent #2f343a #900000 #ffffff #900000
client.placeholder #000000 #0c0c0c #ffffff #000000
client.background #ffffff
new_window pixel 4
new_window normal 4
new_float normal 5
hide_edge_borders smart
#//APPEARANCE//#

View File

@@ -8,11 +8,16 @@ while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
if type "xrandr"; then
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
export COLOR_CYAN="#8be9fd"
export COLOR_BLUE="#6272a4"
export COLOR_GREEN="#50fa7b"
export LABEL_MOUNTED="%{F$COLOR_CYAN}%mountpoint%%{F-}:%free%"
export LABEL_NETWORK_CONNECTED="%{F$COLOR_CYAN}%local_ip%%{F-}:%downspeed:4%"
MONITOR=$m polybar --reload top &
MONITOR=$m polybar --reload bottom &
done
else
polybar --reload top &
fi
echo "Bars launched..."