diff options
Diffstat (limited to 'nixos/config/hypr/hyprland.lua')
| -rw-r--r-- | nixos/config/hypr/hyprland.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nixos/config/hypr/hyprland.lua b/nixos/config/hypr/hyprland.lua index 1c27d75..0472b3b 100644 --- a/nixos/config/hypr/hyprland.lua +++ b/nixos/config/hypr/hyprland.lua @@ -19,12 +19,12 @@ end local terminal = "alacritty" local browser = "firefox" -local menu = "exec $(tofi-drun -c ~/.config/tofi.ini)" +local menu = "rofi -show drun" hl.on("hyprland.start", function() hl.exec_cmd("dunst") hl.exec_cmd("waybar") - hl.exec_cmd("sh ~/.local/bin/unlock-pipewire.sh") + hl.exec_cmd("sh ~/.local/bin/unblock-pipewire.sh") hl.exec_cmd("gsettings set org.gnome.desktop.interface gtk-theme \"Adwaita-dark\"") hl.exec_cmd("gsettings set org.gnome.desktop.interface color-scheme \"prefer-dark\"") end) @@ -36,8 +36,8 @@ hl.env("XDG_SESSION_DESKTOP", "Hyprland") hl.config({ general = { - gaps_in = 7, - gaps_out = 7, + gaps_in = 6, + gaps_out = 12, border_size = 2, col = { active_border = "rgba(122, 162, 247, 1)", @@ -54,7 +54,7 @@ hl.config({ active_opacity = 1.0, inactive_opacity = 1.0, shadow = { enabled = false, }, - blur = { enabled = false, }, + blur = { enabled = true, }, }, animations = { enabled = true, }, |
