Fixed everything for Ubuntu.

This commit is contained in:
duma97
2025-11-16 00:58:01 +04:00
parent 68201be5d2
commit 31e997e99b
3 changed files with 20 additions and 19 deletions
+15 -15
View File
@@ -28,10 +28,10 @@ exec-once = hyprctl setcursor Adwaita 24 # Needed on NixOS
exec-once = mkdir -p $HOME/Pictures/Screenshots exec-once = mkdir -p $HOME/Pictures/Screenshots
# Our apps, adjust for yourself, otherwise apps won't run! # Our apps, adjust for yourself, otherwise apps won't run!
$terminal = kitty $terminal = foot
$fileManager = nautilus $fileManager = nautilus
$menu = wofi --show drun $menu = wofi --show drun
$telegram = Telegram $telegram = telegram-desktop
$spotify = spotify $spotify = spotify
$vscode = code $vscode = code
$browser = google-chrome-stable $browser = google-chrome-stable
@@ -60,8 +60,8 @@ input {
} }
# Gestures # Gestures
gesture = 3, horizontal, workspace #gesture = 3, horizontal, workspace
gesture = 3, vertical, fullscreen #gesture = 3, vertical, fullscreen
# General settings # General settings
general { general {
@@ -84,12 +84,12 @@ decoration {
active_opacity = 0.985 active_opacity = 0.985
inactive_opacity = 0.85 inactive_opacity = 0.85
shadow { #shadow {
enabled = true # enabled = true
range = 4 # range = 4
render_power = 3 # render_power = 3
color = rgba(1a1a1aee) # color = rgba(1a1a1aee)
} #}
blur { blur {
enabled = true enabled = true
@@ -140,11 +140,11 @@ binds {
} }
# XWayland settings # XWayland settings
xwayland { #xwayland {
enabled = true # enabled = true
force_zero_scaling = false # force_zero_scaling = false
use_nearest_neighbor = false # use_nearest_neighbor = false
} #}
# Window Rules # Window Rules
## Default rules ## Default rules
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"LuaSnip": { "branch": "master", "commit": "3732756842a2f7e0e76a7b0487e9692072857277" }, "LuaSnip": { "branch": "master", "commit": "5a1e39223db9a0498024a77b8441169d260c8c25" },
"alpha-nvim": { "branch": "main", "commit": "3979b01cb05734331c7873049001d3f2bb8477f4" }, "alpha-nvim": { "branch": "main", "commit": "3979b01cb05734331c7873049001d3f2bb8477f4" },
"cmp-buffer": { "branch": "main", "commit": "b74fab3656eea9de20a9b8116afa3cfc4ec09657" }, "cmp-buffer": { "branch": "main", "commit": "b74fab3656eea9de20a9b8116afa3cfc4ec09657" },
"cmp-cmdline": { "branch": "main", "commit": "d126061b624e0af6c3a556428712dd4d4194ec6d" }, "cmp-cmdline": { "branch": "main", "commit": "d126061b624e0af6c3a556428712dd4d4194ec6d" },
+4 -3
View File
@@ -159,9 +159,10 @@ tooltip {
} }
#custom-wlogout{ #custom-wlogout{
padding: 0px 3px; padding: 0px 5px;
margin-left: -2px; margin-left: -5px;
font-size: 21px; margin-right: 3px;
font-size: 14px;
transition: all .3s ease; transition: all .3s ease;
color:@color7; color:@color7;
} }