Skip to content

Commit

Permalink
cursor: Edited cursor setting
Browse files Browse the repository at this point in the history
  • Loading branch information
eminboydak committed Oct 14, 2024
1 parent b405074 commit c7da204
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gtk/.config/gtk-3.0/settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Settings]
gtk-theme-name = Catppuccin-Macchiato-Standard-Green-Dark
gtk-icon-theme-name = Papirus-Dark
gtk-cursor-theme-name = Catppuccin-Mocha-Dark-Cursors
gtk-cursor-theme-name = catppuccin-mocha-dark-cursors

gtk-application-prefer-dark-theme = true
gtk-button-images = true
Expand Down
2 changes: 1 addition & 1 deletion gtk/.config/gtk-4.0/settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Settings]
gtk-theme-name = Catppuccin-Macchiato-Standard-Green-Dark
gtk-icon-theme-name = Papirus-Dark
gtk-cursor-theme-name = Catppuccin-Mocha-Dark-Cursors
gtk-cursor-theme-name = catppuccin-mocha-dark-cursors

gtk-application-preser-dark-theme = true
gtk-cursor-theme-size = 24
Expand Down
2 changes: 1 addition & 1 deletion gtk/.gtkrc-2.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gtk-theme-name = "Catppuccin-Macchiato-Standard-Green-Dark"
gtk-icon-theme-name = "Papirus-Dark"
gtk-cursor-theme-name = "Catppuccin-Mocha-Dark-Cursors"
gtk-cursor-theme-name = "catppuccin-mocha-dark-cursors"

gtk-button-images = 1
gtk-cursor-theme-size = 24
Expand Down
2 changes: 1 addition & 1 deletion icons/.icons/default/index.theme
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[icon theme]
Inherits=Dracula-cursors
Inherits=catppuccin-mocha-dark-cursors
2 changes: 1 addition & 1 deletion x11/.Xresources
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
! Cursor Theme
Xcursor.theme: Catppuccin-Mocha-Dark-Cursors
Xcursor.theme: catppuccin-mocha-dark-cursors

! Color Theme
! Catpuccin Macchiato
Expand Down

0 comments on commit c7da204

Please sign in to comment.