Skip to content

Commit d2c7783

Browse files
Merge pull request #563 from martinpiz097/feature/waybar-blur
feat: Blur is added to the waybar from a layerrule, this way the wayb…
2 parents 81e63c3 + c3dffdd commit d2c7783

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

share/dotfiles/.config/hypr/conf/custom.conf

+3
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ env = SDL_VIDEODRIVER,wayland
1919
# cursor {
2020
# no_hardware_cursors = false
2121
# }
22+
23+
# Blur for waybar
24+
#layerrule = blur, waybar

share/dotfiles/.config/hypr/conf/ml4w.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ env = OZONE_PLATFORM,wayland
121121
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
122122

123123
# Python
124-
env = PYTHONPATH,/usr/lib/python3.12/site-packages:/usr/lib/python3.13/site-packages:$PYTHONPATH
124+
env = PYTHONPATH,/usr/lib/python3.12/site-packages:/usr/lib/python3.13/site-packages:$PYTHONPATH

0 commit comments

Comments
 (0)