Add Mocha colors to polybar

TODO : change icons to use Nerd fonts
master
Quentin Duchemin 2023-12-18 21:58:40 +01:00
parent 9b222892fd
commit a2634742df
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
2 changed files with 3 additions and 3 deletions

View File

@ -111,7 +111,7 @@ ws-icon-5 = 6;
label-separator = | label-separator = |
label-mode-underline = ${colors.surface1} label-mode-underline = ${colors.surface0}
label-focused = %icon% %name% label-focused = %icon% %name%
label-focused-foreground = ${colors.text} label-focused-foreground = ${colors.text}
@ -133,7 +133,7 @@ label-urgent-padding = 4
label-visible = %icon% %name% label-visible = %icon% %name%
label-visible-foreground = ${colors.text} label-visible-foreground = ${colors.text}
label-visible-underline = ${colors.surface1} label-visible-underline = ${colors.surface0}
label-visible-font = 0 label-visible-font = 0
label-visible-padding = 4 label-visible-padding = 4

View File

@ -127,7 +127,7 @@ if [ ! -z "$INIT" ]; then
echo -e "* Install everything we need for Catppuccin themes..." echo -e "* Install everything we need for Catppuccin themes..."
echo -e "\tFor polybar..." echo -e "\tFor polybar..."
wget https://raw.githubusercontent.com/catppuccin/polybar/main/themes/mocha.ini -O ~/.config/polybar/mocha.ini 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 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 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 # Basic directory structure