File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55# See https://wiki.hyprland.org/Configuring/Window-Rules/
66
7+ windowrulev2 = opacity 0.90 0.90,class:^(.*)$
78windowrulev2 = opacity 0.90 0.90,class:^(firefox)$
89windowrulev2 = opacity 0.90 0.90,class:^(Brave-browser)$
910windowrulev2 = opacity 0.80 0.80,class:^(Steam)$
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ for i in "${!codeConf[@]}" ; do
1717 [ -f " ${codeConf[i]} /User/settings.json" ] || continue
1818 extTheme=" $( jq -r ' .["workbench.colorTheme"]' " ${codeConf[i]} /User/settings.json" ) "
1919
20+ [ ! -d " $( dirname " ${codeVsix[i]} /${tgtFile} " ) " ] && break
21+
2022 if [ ! -f " ${codeVsix[i]} /${tgtFile} " ] ; then
2123 [ -f " ${cacheDir} /landing/Code_Wallbash.vsix" ] || curl -L -o " ${cacheDir} /landing/Code_Wallbash.vsix" https://github.com/prasanthrangan/hyprdots/raw/main/Source/arcs/Code_Wallbash.vsix
2224 code --install-extension " ${cacheDir} /landing/Code_Wallbash.vsix"
You can’t perform that action at this time.
0 commit comments