This commit is contained in:
Aleksandr Lebedev 2025-06-22 18:41:09 +02:00
parent eb55969608
commit 00f0607157
3 changed files with 6 additions and 3 deletions

View file

@ -15,6 +15,7 @@
./hyprlock.nix ./hyprlock.nix
]; ];
home.packages = with pkgs;[ home.packages = with pkgs;[
eww
wlogout wlogout
brightnessctl brightnessctl
fuzzel fuzzel
@ -162,7 +163,7 @@
}; };
warp-mouse-to-focus = true; warp-mouse-to-focus = true;
keyboard = { keyboard = {
xkb.layout = "us, ru"; xkb.layout = "us, ru, de";
xkb.options = "grp:lctrl_toggle, ctrl:nocaps" + (if hwconfig.hostname == "kylekrein-mac" then ", altwin:swap_alt_win" else ""); xkb.options = "grp:lctrl_toggle, ctrl:nocaps" + (if hwconfig.hostname == "kylekrein-mac" then ", altwin:swap_alt_win" else "");
track-layout = "window"; track-layout = "window";
numlock = true; numlock = true;
@ -191,7 +192,7 @@
is-active = true; is-active = true;
} }
]; ];
opacity = 0.9; opacity = 1.0;
} }
{ #inactive { #inactive
matches = [ matches = [
@ -199,7 +200,7 @@
is-active = false; is-active = false;
} }
]; ];
opacity = 0.7; opacity = 1.0;
} }
{ #opaque { #opaque
matches = [ matches = [

View file

@ -84,6 +84,7 @@ in
format = " {}"; format = " {}";
format-en = "EN"; format-en = "EN";
format-ru = "RU"; format-ru = "RU";
format-de = "DE";
}; };
"wlr/taskbar" = { "wlr/taskbar" = {
format = "{icon}"; format = "{icon}";

View file

@ -44,6 +44,7 @@
".local/share/TelegramDesktop" ".local/share/TelegramDesktop"
".local/share/Paradox Interactive" ".local/share/Paradox Interactive"
".config/solaar" ".config/solaar"
".config/eww"
".config/kdeconnect" ".config/kdeconnect"
".config/blender" ".config/blender"
".config/unity3d" ".config/unity3d"