5 lines
112 B
Bash
Executable File
5 lines
112 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
# Set the GTK theme
|
|
gsettings set org.gnome.desktop.interface cursor-theme "BreezeX-RosePine-Linux"
|