mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
reformatted polybarconfig
This commit is contained in:
parent
c475aefc0f
commit
561d903ee3
2 changed files with 90 additions and 88 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue