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. # fjerner unødvendige tegn, og viser dem i wofi.
grep -oP '^bind\s*=\s*.*' ~/.config/hypr/hyprland.conf | \ grep -oP '^bind\s*=\s*.*' ~/.config/hypr/hyprland.conf | \
sed -e 's/bind = //' -e 's/SUPER/WIN/' | \ 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 { decoration {
# Generel dekoration
rounding = 3 rounding = 3
# Blur-effekt for gennemsigtighed
blur { blur {
enabled = true enabled = true
size = 3 size = 3
passes = 1 passes = 1
new_optimizations = true
} }
drop_shadow = yes # Skygge-effekt omkring vinduer
shadow_range = 4 shadow {
shadow_render_power = 3 enabled = yes
col.shadow = rgba(1a1a1aee) range = 4
render_power = 3
color = 0xee1a1a1a
}
} }
animations { animations {
@@ -124,4 +130,4 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 9, movetoworkspace, 9
# Vis keybindings i en wofi menu # 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