From a2634742df2de05e7676f1120065368b8b89af0c Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Mon, 18 Dec 2023 21:58:40 +0100 Subject: [PATCH] Add Mocha colors to polybar TODO : change icons to use Nerd fonts --- .config/polybar/config_common | 4 ++-- .init_config.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/polybar/config_common b/.config/polybar/config_common index 6a71902..d51cd4f 100644 --- a/.config/polybar/config_common +++ b/.config/polybar/config_common @@ -111,7 +111,7 @@ ws-icon-5 = 6; label-separator = | -label-mode-underline = ${colors.surface1} +label-mode-underline = ${colors.surface0} label-focused = %icon% %name% label-focused-foreground = ${colors.text} @@ -133,7 +133,7 @@ label-urgent-padding = 4 label-visible = %icon% %name% label-visible-foreground = ${colors.text} -label-visible-underline = ${colors.surface1} +label-visible-underline = ${colors.surface0} label-visible-font = 0 label-visible-padding = 4 diff --git a/.init_config.sh b/.init_config.sh index f63e58a..308221d 100755 --- a/.init_config.sh +++ b/.init_config.sh @@ -127,7 +127,7 @@ if [ ! -z "$INIT" ]; then echo -e "* Install everything we need for Catppuccin themes..." echo -e "\tFor polybar..." wget https://raw.githubusercontent.com/catppuccin/polybar/main/themes/mocha.ini -O ~/.config/polybar/mocha.ini - echo -e "\tFor zsh..." + echo -e "\tFor zsh..." sudo mkdir -p /usr/local/share/fsh sudo wget https://raw.githubusercontent.com/catppuccin/zsh-fsh/main/themes/catppuccin-mocha.ini -O /usr/local/share/fsh/catppuccin-mocha.ini # Basic directory structure