diff --git a/.config/polybar/config b/.config/polybar/config index 05a7227..a660376 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -143,7 +143,7 @@ label-unmounted-foreground = ${colors.foreground-alt} type = internal/cpu interval = 2 format = -format-prefix = "" +format-prefix = format-prefix-foreground = ${colors.foreground-alt} format-underline = ${colors.yellow} ramp-coreload-0 = ▁ diff --git a/.i3/config b/.i3/config index d64d950..4093710 100644 --- a/.i3/config +++ b/.i3/config @@ -23,7 +23,7 @@ exec xmodmap ~/.i3/custom.map # US brackets on slovene special characters #exec xmodmap ~/.i3/custom.map -font pango: FontAwesome, xos4 Terminess Powerline 14 +font pango: FontAwesome, xos4 Terminess Powerline 12 #--APPEARANCE--# diff --git a/install.sh b/install.sh index 867a785..8b10f1c 100755 --- a/install.sh +++ b/install.sh @@ -40,7 +40,7 @@ do fi if [ $var == "-ii" ]; then - yaourt -S zsh zsh-syntax-highlighting i3blocks neovim i3-wm i3lock-color-git ctags alacritty-scrollback-git polybar mplayer udiskie nitrogen compton dunst megasync parcellite rofi terminus terminess-powerline-font-git ttf-font-awesome-4 openssh arc-gtk-theme lxappearance numix-circle-arc-icons-git + yaourt -S zsh zsh-syntax-highlighting i3blocks neovim i3-wm i3lock-color-git ctags alacritty-scrollback-git polybar mplayer udiskie nitrogen compton dunst megasync parcellite rofi terminus terminess-powerline-font-git ttf-font-awesome-4 openssh arc-gtk-theme lxappearance numix-circle-arc-icons-git pulsemixer symlink_dotfiles fi