diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini new file mode 100644 index 0000000..b6388b8 --- /dev/null +++ b/.config/gtk-3.0/settings.ini @@ -0,0 +1,2 @@ +[Settings] +gtk-cursor-theme-name=BreezeX-RosePine-Linux diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 91dced7..38da009 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -28,6 +28,7 @@ exec-once = waybar & hyprpaper env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 +env = XCURSOR_THEME, BreezeX-RosePine-Linux ##################### diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 3374d7c..f734f64 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,9 +1,9 @@ -font_family iosevka +font_family jetbrains-mono-nerd bold_font auto italic_font auto bold_italic_font auto -font_size 12.0 +font_size 11.0 foreground #dddddd background #000000 diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 662133f..69b5d9e 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,5 +1,5 @@ * { - font-family: hack, iosevka, FontAwesome, Roboto, Helvetica, Arial, sans-serif; + font-family: jetbrains-mono-nerd, FontAwesome, Roboto, Helvetica, Arial, sans-serif; font-size: 15px; font-weight: 600; }