fixed hyprland install module

main
The_miro 2025-05-07 21:55:39 +02:00
parent 9cf991f2ee
commit f8501e871a
2 changed files with 5 additions and 3 deletions

View File

@ -8,7 +8,7 @@
"cyberqueer.theme.css"
],
"enableReactDevtools": true,
"frameless": true,
"frameless": false,
"transparent": false,
"winCtrlQ": false,
"disableMinSize": false,
@ -106,7 +106,8 @@
"BetterSettings": {
"enabled": true,
"disableFade": true,
"eagerLoad": true
"eagerLoad": true,
"organizeMenu": true
},
"BetterUploadButton": {
"enabled": true
@ -626,6 +627,6 @@
"authenticated": false,
"url": "https://api.vencord.dev/",
"settingsSync": false,
"settingsSyncVersion": 1744297698194
"settingsSyncVersion": 1744550478260
}
}

View File

@ -61,6 +61,7 @@ sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/
rm -rf ~/.config/Vencord
ln -s ~/Dotfiles/desktopenvs/hyprland/Vencord ~/.config/
cp ~/Dotfiles/desktopenvs/hyprland/hypr-usr/* ~/.config
wget https://cloud.abdelbaki.eu/apps/theming/image/background?v=15 -O ~/Pictures/background.jpg
read -n1 -p "Install eww bar with or without battery indicator? [y,n]" doit