This commit is contained in:
Lukian 2024-10-29 16:41:15 +01:00
parent cd87fb4bf4
commit 02f937b8f3
4 changed files with 6 additions and 3 deletions

View file

@ -0,0 +1,2 @@
[Settings]
gtk-cursor-theme-name=BreezeX-RosePine-Linux

View file

@ -28,6 +28,7 @@ exec-once = waybar & hyprpaper
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24
env = XCURSOR_THEME, BreezeX-RosePine-Linux
##################### #####################

View file

@ -1,9 +1,9 @@
font_family iosevka font_family jetbrains-mono-nerd
bold_font auto bold_font auto
italic_font auto italic_font auto
bold_italic_font auto bold_italic_font auto
font_size 12.0 font_size 11.0
foreground #dddddd foreground #dddddd
background #000000 background #000000

View file

@ -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-size: 15px;
font-weight: 600; font-weight: 600;
} }