From 745d41a9efc5dcb3656d6e42f3c74b47a3f2487a Mon Sep 17 00:00:00 2001 From: Kunmun Date: Mon, 8 Jul 2024 09:15:31 +0530 Subject: feat: kitty: Use meslo nerd fonts for oh-my-posh Change-Id: I0c2cea9b35141bf588e0f984d248a7cb88a30c07 --- config/wallust/templates/colors-kitty.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/wallust') diff --git a/config/wallust/templates/colors-kitty.conf b/config/wallust/templates/colors-kitty.conf index ab207635..a3fa9215 100644 --- a/config/wallust/templates/colors-kitty.conf +++ b/config/wallust/templates/colors-kitty.conf @@ -1,5 +1,5 @@ -font_family Fira Code SemiBold -font_size 16.0 +font_family MesloLGS Nerd Font +font_size 16.0 bold_font auto italic_font auto bold_italic_font auto -- cgit v1.2.3 From b2e13f85f8f78389e7cafbb78fcb52ad6af09808 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:21:06 +0900 Subject: Revert "feat: kitty: Use meslo nerd fonts for oh-my-posh" --- config/kitty/kitty.conf | 6 +++--- config/wallust/templates/colors-kitty.conf | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'config/wallust') diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index dfee00fc..60a20bdf 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -1,5 +1,5 @@ -font_family MesloLGS Nerd Font -font_size 16.0 +font_family Fira Code SemiBold +font_size 16.0 bold_font auto italic_font auto bold_italic_font auto @@ -22,4 +22,4 @@ selection_background none foreground #dddddd background #000000 -cursor #dddddd +cursor #dddddd \ No newline at end of file diff --git a/config/wallust/templates/colors-kitty.conf b/config/wallust/templates/colors-kitty.conf index a3fa9215..ab207635 100644 --- a/config/wallust/templates/colors-kitty.conf +++ b/config/wallust/templates/colors-kitty.conf @@ -1,5 +1,5 @@ -font_family MesloLGS Nerd Font -font_size 16.0 +font_family Fira Code SemiBold +font_size 16.0 bold_font auto italic_font auto bold_italic_font auto -- cgit v1.2.3 From fb3cd6d1cb4a2f2f72a527e13b61d9db4e336349 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 4 Aug 2024 18:40:03 +0900 Subject: reduced font size for kitty if user chose <1080p resolution during installation --- config/kitty/kitty.conf | 8 ++++---- config/wallust/templates/colors-kitty.conf | 8 ++++---- copy.sh | 13 ++++++++----- 3 files changed, 16 insertions(+), 13 deletions(-) (limited to 'config/wallust') diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 60a20bdf..ccf60a48 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -1,7 +1,7 @@ -font_family Fira Code SemiBold -font_size 16.0 -bold_font auto -italic_font auto +font_family Fira Code SemiBold +font_size 16.0 +bold_font auto +italic_font auto bold_italic_font auto background_opacity 0.5 diff --git a/config/wallust/templates/colors-kitty.conf b/config/wallust/templates/colors-kitty.conf index ab207635..17a0fdff 100644 --- a/config/wallust/templates/colors-kitty.conf +++ b/config/wallust/templates/colors-kitty.conf @@ -1,7 +1,7 @@ -font_family Fira Code SemiBold -font_size 16.0 -bold_font auto -italic_font auto +font_family Fira Code SemiBold +font_size 16.0 +bold_font auto +italic_font auto bold_italic_font auto background_opacity 0.5 diff --git a/copy.sh b/copy.sh index 5b8a0c27..2995a6c6 100755 --- a/copy.sh +++ b/copy.sh @@ -260,9 +260,9 @@ done printf "\n" -# Action to do for better rofi appearance +# Action to do for better rofi and kitty appearance while true; do - echo "$ORANGE Select monitor resolution for better Rofi appearance:" + echo "$ORANGE Select monitor resolution for better Rofi and kitty appearance:" echo "$YELLOW 1. Equal to or less than 1080p (≤ 1080p)" echo "$YELLOW 2. Equal to or higher than 1440p (≥ 1440p)" read -p "$CAT Enter the number of your choice: " choice @@ -283,13 +283,16 @@ while true; do done # Use the selected resolution in your existing script -echo "You chose $resolution resolution for better Rofi appearance." 2>&1 | tee -a "$LOG" +echo "You chose $resolution resolution." 2>&1 | tee -a "$LOG" # Add your commands based on the resolution choice if [ "$resolution" == "≤ 1080p" ]; then - cp -r config/rofi/resolution/1080p/* config/rofi/ + cp -r config/rofi/resolution/1080p/* config/rofi/ + sed -i 's/font_size 16.0/font_size 12.0/' config/kitty/kitty.conf + sed -i 's/font_size 16.0/font_size 12.0/' config/wallust/templates/colors-kitty.conf + elif [ "$resolution" == "≥ 1440p" ]; then - cp -r config/rofi/resolution/1440p/* config/rofi/ + cp -r config/rofi/resolution/1440p/* config/rofi/ fi printf "\n%.0s" {1..2} -- cgit v1.2.3 From 9b3751df6bad9a2548c6a430679fd414b737e698 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:59:04 +0000 Subject: Update wallust.toml to align to wallust 3.0 --- config/wallust/wallust.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'config/wallust') diff --git a/config/wallust/wallust.toml b/config/wallust/wallust.toml index 9e51c94b..7d241cfc 100644 --- a/config/wallust/wallust.toml +++ b/config/wallust/wallust.toml @@ -1,4 +1,4 @@ -# wallust 3.0 beta.* +# wallust 3.0* backend = "kmeans" color_space = "lch" @@ -28,29 +28,29 @@ palette = "dark16" threshold = 10 [templates] -cava.template = 'templates/colors-cava' +cava.template = 'colors-cava' cava.target = '~/.config/cava/config' -hypr.template = 'templates/colors-hyprland.conf' +hypr.template = 'colors-hyprland.conf' hypr.target = '~/.config/hypr/wallust/wallust-hyprland.conf' -rofi.template = 'templates/colors-rofi.rasi' +rofi.template = 'colors-rofi.rasi' rofi.target = '~/.config/rofi/wallust/colors-rofi.rasi' -waybar.template = 'templates/colors-waybar.css' +waybar.template = 'colors-waybar.css' waybar.target = '~/.config/waybar/wallust/colors-waybar.css' -#kitty.template = 'templates/colors-kitty.conf' +#kitty.template = 'colors-kitty.conf' #kitty.target = '~/.config/kitty/kitty.conf' -#swaync.template = 'templates/colors-swaync.css' +#swaync.template = 'colors-swaync.css' #swaync.target = '~/.config/swaync/wallust/colors-wallust.css' -#macchina.template = 'templates/colors-macchina.toml' +#macchina.template = 'colors-macchina.toml' #macchina.target = '~/.config/macchina/themes/wallust.toml' -#wezterm.template = 'templates/colors-wezterm.toml' +#wezterm.template = 'colors-wezterm.toml' #wezterm.target = '~/.config/wezterm/colors/wallust.toml' -#zathura.template = 'templates/colors-zathura' +#zathura.template = 'colors-zathura' #zathura.target = '~/.config/zathura/zathurarc' -- cgit v1.2.3