mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-25 12:44:35 +00:00
Add rose-pine hyprcursor theme
This commit is contained in:
parent
98b3c35444
commit
934579abf0
|
@ -14,6 +14,13 @@ exec-once = vesktop
|
|||
# exec-once = discord
|
||||
# exec-once = webcord --start-minimized
|
||||
|
||||
# #############################
|
||||
# ### ENVIRONMENT VARIABLES ###
|
||||
# #############################
|
||||
|
||||
env = HYPRCURSOR_THEME,Adwaita
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
||||
|
||||
# #########################
|
||||
# ### CATEGORY SETTINGS ###
|
||||
|
|
|
@ -48,6 +48,12 @@ cp -ra home/.config/swappy ~/.config
|
|||
cp -ra home/.config/swayidle ~/.config
|
||||
cp -ra home/.config/wofi ~/.config
|
||||
|
||||
# Hyprcursor theme of my choice
|
||||
mkdir -p ~/.local/share/icons
|
||||
pushd ~/.local/share/icons
|
||||
git clone https://github.com/ndom91/rose-pine-cursor-hyprcursor
|
||||
popd
|
||||
|
||||
# Sync mirrors and update before other installations
|
||||
yay -Syu --noconfirm
|
||||
|
||||
|
|
Loading…
Reference in a new issue