Compare commits
3
Commits
main
..
11092da765
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11092da765 | ||
|
|
bd0c7eb2dd | ||
|
|
64a7399ea9 |
@@ -47,6 +47,8 @@ packagesPacman=(
|
|||||||
"jq"
|
"jq"
|
||||||
"rofi-wayland"
|
"rofi-wayland"
|
||||||
"fastfetch"
|
"fastfetch"
|
||||||
|
"pipewire-pulse"
|
||||||
|
"wireplumber"
|
||||||
);
|
);
|
||||||
|
|
||||||
packagesYay=(
|
packagesYay=(
|
||||||
|
|||||||
@@ -1,31 +0,0 @@
|
|||||||
# -----------------------------------------------------
|
|
||||||
# General window decoration
|
|
||||||
# name: "Low"
|
|
||||||
# -----------------------------------------------------
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 10
|
|
||||||
blur {
|
|
||||||
enabled = true
|
|
||||||
size = 10
|
|
||||||
passes = 1
|
|
||||||
new_optimizations = on
|
|
||||||
ignore_opacity = true
|
|
||||||
xray = true
|
|
||||||
blurls = waybar
|
|
||||||
}
|
|
||||||
active_opacity = 1.0
|
|
||||||
inactive_opacity = 0.8
|
|
||||||
fullscreen_opacity = 1.0
|
|
||||||
|
|
||||||
shadow {
|
|
||||||
enabled = false
|
|
||||||
range = 20
|
|
||||||
render_power = 3
|
|
||||||
color = 0x66000000
|
|
||||||
}
|
|
||||||
#drop_shadow = true
|
|
||||||
#shadow_range = 30
|
|
||||||
#shadow_render_power = 3
|
|
||||||
#col.shadow = 0x66000000
|
|
||||||
}
|
|
||||||
@@ -14,9 +14,9 @@ windowrule = pin,^(showmethekey-gtk)$
|
|||||||
layerrule = blur, gtk-layer-shell
|
layerrule = blur, gtk-layer-shell
|
||||||
layerrule = blur, logout_dialog
|
layerrule = blur, logout_dialog
|
||||||
|
|
||||||
windowrule = float,title:^(Mathematica)$ # Mathematica<=14.1
|
windowrule = float,title:^(Mathematica)$
|
||||||
windowrule = float,title:^(WolframNB)$ # Mathematica>=14.2
|
windowrule = opacity 0.75, ^(Code)$
|
||||||
windowrule = opacity 0.75, ^(code)$
|
windowrule = opacity 0.75, ^(code-oss)$
|
||||||
windowrule = opacity 0.75, ^(code-url-handler)$
|
windowrule = opacity 0.75, ^(code-url-handler)$
|
||||||
windowrule = float,^(QQ)$
|
windowrule = float,^(QQ)$
|
||||||
windowrule = float,^(wechat)$
|
windowrule = float,^(wechat)$
|
||||||
|
|||||||
+2
-2
@@ -25,7 +25,7 @@ sleep 0.2
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Default theme: /THEMEFOLDER;/VARIATION
|
# Default theme: /THEMEFOLDER;/VARIATION
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
themestyle="/ml4w;/ml4w/light"
|
themestyle="/meow-blur;/meow-blur/colored"
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Get current theme information from .cache/.themestyle.sh
|
# Get current theme information from .cache/.themestyle.sh
|
||||||
@@ -41,7 +41,7 @@ IFS=';' read -ra arrThemes <<< "$themestyle"
|
|||||||
echo "Theme: ${arrThemes[0]}"
|
echo "Theme: ${arrThemes[0]}"
|
||||||
|
|
||||||
if [ ! -f ~/dotfiles/waybar/themes${arrThemes[1]}/style.css ]; then
|
if [ ! -f ~/dotfiles/waybar/themes${arrThemes[1]}/style.css ]; then
|
||||||
themestyle="/ml4w;/ml4w/light"
|
themestyle="/meow-blur;/meow-blur/colored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user