parent
9b222892fd
commit
a2634742df
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue