Add GTK support with cursor

This commit is contained in:
Stephan Raabe 2024-01-23 21:53:47 +01:00
parent fdfd25491c
commit b28423dfdc
4 changed files with 8 additions and 3 deletions

View File

@ -15,3 +15,5 @@ gsettings set "$gnome_schema" icon-theme "$icon_theme"
gsettings set "$gnome_schema" cursor-theme "$cursor_theme"
gsettings set "$gnome_schema" font-name "$font_name"
gsettings set "$gnome_schema" color-scheme "prefer-dark"
echo "exec-once = hyprctl setcursor $cursor_theme 24" > ~/dotfiles/hypr/conf/cursor.conf

View File

@ -11,9 +11,6 @@ exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
# Load Dunst Notification Manager
exec-once = dunst
# Set Cursor Theme
exec-once = hyprctl setcursor Bibata-Modern-Ice 24
# Load GTK settings
exec-once = ~/dotfiles/gtk/gtk.sh

1
hypr/conf/cursor.conf Normal file
View File

@ -0,0 +1 @@
exec-once = hyprctl setcursor Bibata-Modern-Ice 24

View File

@ -17,6 +17,11 @@ source = ~/dotfiles/hypr/conf/monitor.conf
# -----------------------------------------------------
source = ~/dotfiles/hypr/conf/autostart.conf
# -----------------------------------------------------
# Cursor
# -----------------------------------------------------
source = ~/dotfiles/hypr/conf/cursor.conf
# -----------------------------------------------------
# Environment
# -----------------------------------------------------