Updated packages. Fixes

- Updated packages
- Fixed hyprlock config
- Changed default file manager to yazi
- added lazygit
- added fzf
This commit is contained in:
Aleksandr Lebedev 2024-11-20 10:59:15 +01:00
parent 7809f0d574
commit 24a3ba6f99
5 changed files with 59 additions and 40 deletions

View file

@ -41,7 +41,8 @@ in
"$mod" = "SUPER";
"$mainMod" = "$mod";
"$terminal" = "${pkgs.kitty}/bin/kitty";
"$fileManager" = "${pkgs.kdePackages.dolphin}/bin/dolphin";
"$fileManager" = "$terminal ${pkgs.yazi}/bin/yazi";
"$fileManager2" = "${pkgs.kdePackages.dolphin}/bin/dolphin";
"$browser" = "${pkgs.firefox}/bin/firefox";
"$menu" = "${pkgs.wofi}/bin/wofi --show drun";
"$clipboardManager" = "$terminal --class clipse -e 'clipse'";
@ -53,6 +54,7 @@ in
"$mod, B, exec, $browser"
"$mod SHIFT, V, togglefloating,"
"$mod, C, exec, $fileManager"
"$mod SHIFT, C, exec, $fileManager2"
"$mod, F, fullscreen,"
"$mod, R, exec, $menu"
"$mod, V, exec, $clipboardManager"

View file

@ -4,8 +4,7 @@
enable = true;
settings = {
background = {
monitor = {
#path = /home/me/someImage.png # supports png, jpg, webp (no animations, though)
#path = ;
color = "rgba(25, 20, 20, 1.0)";
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
@ -16,10 +15,8 @@ background = {
brightness = 0.8172;
vibrancy = 0.1696;
vibrancy_darkness = 0.0;
};
};
input-field = {
monitor = {
size = "200, 50";
outline_thickness = 3;
dots_size = 0.33; # Scale of input-field height, 0.2 - 0.8
@ -51,7 +48,6 @@ input-field = {
position = "0, -20";
halign = "center";
valign = "center";
};
};
};
};