Add GTK support with cursor
This commit is contained in:
parent
fdfd25491c
commit
b28423dfdc
@ -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
|
@ -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
1
hypr/conf/cursor.conf
Normal file
@ -0,0 +1 @@
|
||||
exec-once = hyprctl setcursor Bibata-Modern-Ice 24
|
@ -17,6 +17,11 @@ source = ~/dotfiles/hypr/conf/monitor.conf
|
||||
# -----------------------------------------------------
|
||||
source = ~/dotfiles/hypr/conf/autostart.conf
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Cursor
|
||||
# -----------------------------------------------------
|
||||
source = ~/dotfiles/hypr/conf/cursor.conf
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Environment
|
||||
# -----------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user