flere fejl rettelser

This commit is contained in:
2025-06-15 22:23:17 +02:00
parent 5c04c97279
commit fd9791e633
2 changed files with 12 additions and 6 deletions

View File

@@ -4,4 +4,4 @@
# fjerner unødvendige tegn, og viser dem i wofi.
grep -oP '^bind\s*=\s*.*' ~/.config/hypr/hyprland.conf | \
sed -e 's/bind = //' -e 's/SUPER/WIN/' | \
wofi --show dmenu -p "Hyprland Keybindings"
wofi --show dmenu --conf "$HOME/.config/wofi/config" --style "$HOME/.config/wofi/style.css" -p "Hyprland Keybindings"

View File

@@ -58,18 +58,24 @@ general {
}
decoration {
# Generel dekoration
rounding = 3
# Blur-effekt for gennemsigtighed
blur {
enabled = true
size = 3
passes = 1
new_optimizations = true
}
drop_shadow = yes
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
# Skygge-effekt omkring vinduer
shadow {
enabled = yes
range = 4
render_power = 3
color = 0xee1a1a1a
}
}
animations {
@@ -124,4 +130,4 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
# Vis keybindings i en wofi menu
bind = $mainMod, SPACE, exec, ~/.local/bin/hypr-keys.sh --conf /home/{{ username }}/.config/wofi/config --style /home/{{ username }}/.config/wofi/style.css
bind = $mainMod, SPACE, exec, ~/.local/bin/hypr-keys.sh