reformatted polybarconfig

This commit is contained in:
davidovski 2022-05-16 12:28:13 +01:00
parent c475aefc0f
commit 561d903ee3
2 changed files with 90 additions and 88 deletions

View file

@ -79,6 +79,8 @@ label-occupied = %{T2}ﲭ%{T-}
label-occupied-padding = 1
label-empty = %{T2}ﱤ%{T-}
label-empty-padding = 1
label-urgent = %{T2}ﲭ%{T-}
label-urgent-padding = 1
[module/time]
@ -188,7 +190,7 @@ animation-charging-framerate = 750
[module/network]
type = internal/network
interface = wlan1
interface = wlan0
udspeed-minwidth = 5
accumulate-stats = true
unknown-as-up = true

View file

@ -50,7 +50,7 @@ load () {
printf "\033[31mWARNING THIS WILL REPLACE EXISTING CONFIGURATIONS\n\033[0mTo proceed type 'confirm': "
read confirmation
if [[ $confirmation == "confirm" ]]; then
if [ $confirmation = "confirm" ]; then
mkdir -p $HOME/.config
cp -r config/* $HOME/.config
mkdir -p $HOME/.scripts