From 9e80b4d3fc31ffb89b3cbfeb3de8fa24ef6b9936 Mon Sep 17 00:00:00 2001 From: Tristaan Date: Tue, 9 Jan 2018 21:31:24 +0100 Subject: [PATCH] polybar & install.sh updates --- .config/polybar/config | 2 +- .i3/config | 2 +- install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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