fixed hyprland install module
parent
9cf991f2ee
commit
f8501e871a
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue