From 31e997e99b90931007b8088e7056f525ba729f39 Mon Sep 17 00:00:00 2001 From: duma97 Date: Sun, 16 Nov 2025 00:58:01 +0400 Subject: [PATCH] Fixed everything for Ubuntu. --- hyprland.conf | 30 +++++++++++++++--------------- nvim/lazy-lock.json | 2 +- waybar/style.css | 7 ++++--- 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index 50d97aa..0cbcc75 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -28,10 +28,10 @@ exec-once = hyprctl setcursor Adwaita 24 # Needed on NixOS exec-once = mkdir -p $HOME/Pictures/Screenshots # Our apps, adjust for yourself, otherwise apps won't run! -$terminal = kitty +$terminal = foot $fileManager = nautilus $menu = wofi --show drun -$telegram = Telegram +$telegram = telegram-desktop $spotify = spotify $vscode = code $browser = google-chrome-stable @@ -60,8 +60,8 @@ input { } # Gestures -gesture = 3, horizontal, workspace -gesture = 3, vertical, fullscreen +#gesture = 3, horizontal, workspace +#gesture = 3, vertical, fullscreen # General settings general { @@ -84,12 +84,12 @@ decoration { active_opacity = 0.985 inactive_opacity = 0.85 -shadow { - enabled = true - range = 4 - render_power = 3 - color = rgba(1a1a1aee) -} +#shadow { +# enabled = true +# range = 4 +# render_power = 3 +# color = rgba(1a1a1aee) +#} blur { enabled = true @@ -140,11 +140,11 @@ binds { } # XWayland settings -xwayland { - enabled = true - force_zero_scaling = false - use_nearest_neighbor = false -} +#xwayland { +# enabled = true +# force_zero_scaling = false +# use_nearest_neighbor = false +#} # Window Rules ## Default rules diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json index 1cda1c4..6c68fc1 100755 --- a/nvim/lazy-lock.json +++ b/nvim/lazy-lock.json @@ -1,5 +1,5 @@ { - "LuaSnip": { "branch": "master", "commit": "3732756842a2f7e0e76a7b0487e9692072857277" }, + "LuaSnip": { "branch": "master", "commit": "5a1e39223db9a0498024a77b8441169d260c8c25" }, "alpha-nvim": { "branch": "main", "commit": "3979b01cb05734331c7873049001d3f2bb8477f4" }, "cmp-buffer": { "branch": "main", "commit": "b74fab3656eea9de20a9b8116afa3cfc4ec09657" }, "cmp-cmdline": { "branch": "main", "commit": "d126061b624e0af6c3a556428712dd4d4194ec6d" }, diff --git a/waybar/style.css b/waybar/style.css index 0c75585..3f53f4e 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -159,9 +159,10 @@ tooltip { } #custom-wlogout{ - padding: 0px 3px; - margin-left: -2px; - font-size: 21px; + padding: 0px 5px; + margin-left: -5px; + margin-right: 3px; + font-size: 14px; transition: all .3s ease; color:@color7; }