Skip to content

Commit 4d19c24

Browse files
committed
minor fixes
1 parent 2416433 commit 4d19c24

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Configs/.config/hypr/windowrules.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# See https://wiki.hyprland.org/Configuring/Window-Rules/
66

7+
windowrulev2 = opacity 0.90 0.90,class:^(.*)$
78
windowrulev2 = opacity 0.90 0.90,class:^(firefox)$
89
windowrulev2 = opacity 0.90 0.90,class:^(Brave-browser)$
910
windowrulev2 = opacity 0.80 0.80,class:^(Steam)$

Configs/.local/share/bin/wallbashcode.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)