diff --git a/hosts/vali/mars/hyprland/hyprland.nix b/hosts/vali/mars/hyprland/hyprland.nix index 8785a4f..00defa5 100644 --- a/hosts/vali/mars/hyprland/hyprland.nix +++ b/hosts/vali/mars/hyprland/hyprland.nix @@ -149,7 +149,6 @@ in { "workspaces, 1, 5, dupa, slidevert" ]; }; - dwindle = { no_gaps_when_only = true; }; debug = { disable_logs = false; }; @@ -208,6 +207,7 @@ in { "$mainMod SHIFT, 9, split-movetoworkspacesilent, 9" "$mainMod SHIFT, 0, split-movetoworkspacesilent, 10" "$mainMod, S, exec, ${pkgs.grimblast}/bin/grimblast copy area" + "$mainMod, E, exec, ${pkgs.gnome.nautilus}/bin/nautilus" "$mainMod, R, exec, ${hyprland}/bin/hyprctl reload" "$mainMod, B, togglespecialworkspace, btop" "$mainMod, V, togglespecialworkspace, pipewire" @@ -261,8 +261,8 @@ in { # "${waybar}/bin/waybar" # run persistent special workspace windows - "[workspace special:nixos silent;tile] ${pkgs.kitty}/bin/kitty -d ~/repos/nichts -e hx" - "[workspace special:keepassxc silent;tile] ${pkgs.keepassxc}/bin/keepassxc" + "[workspace special:nixos; silent;tile] ${pkgs.kitty}/bin/kitty -d ~/repos/nichts -e hx" + "[workspace special:keepassxc; silent;tile] ${pkgs.keepassxc}/bin/keepassxc" "${swww}/bin/swww-daemon" "${wlsunset}/bin/wlsunset -S 06:00 -s 20:00" @@ -273,9 +273,9 @@ in { "${pkgs.procps}/bin/pkill btop" "${pkgs.procps}/bin/pkill pavucontrol" # and run it all again - "[workspace special:btop silent;tile] ${pkgs.kitty}/bin/kitty -e ${pkgs.btop}/bin/btop" + "[workspace special:btop;silent;tile] ${pkgs.kitty}/bin/kitty -e ${pkgs.btop}/bin/btop" # "[workspace special:pipewire silent;tile] ${pkgs.helvum}/bin/helvum" - "[workspace special:pipewire silent;tile] ${pkgs.pavucontrol}/bin/pavucontrol" + "[workspace special:pipewire;silent;tile] ${pkgs.pavucontrol}/bin/pavucontrol" # "${pkgs.networkmanagerapplet}/bin/nm-applet --indicator" ]; diff --git a/hosts/vali/mars/programs.nix b/hosts/vali/mars/programs.nix index d6c6764..d2fa30d 100644 --- a/hosts/vali/mars/programs.nix +++ b/hosts/vali/mars/programs.nix @@ -26,7 +26,6 @@ in { ]) ffmpeg-full fftw - flameshot grimblast gcc gdb @@ -47,6 +46,7 @@ in { librewolf links2 mars-mips + gnome.nautilus ncmpcpp neofetch neovim @@ -64,7 +64,6 @@ in { pamixer pavucontrol picom - pcmanfm pdfarranger pfetch pidgin @@ -74,7 +73,6 @@ in { qbittorrent ripgrep rustdesk - rofi scc scummvm sherlock @@ -83,7 +81,6 @@ in { spotube steam strawberry - # svls teamspeak_client telegram-desktop texliveFull @@ -93,6 +90,11 @@ in { tor-browser-bundle-bin trash-cli tree + typst + # typstfmt does not work either + typstyle + + typst-lsp unzip util-linux v4l-utils @@ -104,7 +106,6 @@ in { xournalpp yt-dlp zapzap - zathura zip zoxide ]; diff --git a/lib/wallpapers/Debian.png b/lib/wallpapers/Debian.png new file mode 100644 index 0000000..f0e9a06 Binary files /dev/null and b/lib/wallpapers/Debian.png differ diff --git a/lib/wallpapers/belle.png b/lib/wallpapers/belle.png new file mode 100644 index 0000000..6ad9696 Binary files /dev/null and b/lib/wallpapers/belle.png differ diff --git a/lib/wallpapers/leaves.png b/lib/wallpapers/leaves.png new file mode 100644 index 0000000..4be1145 Binary files /dev/null and b/lib/wallpapers/leaves.png differ diff --git a/lib/wallpapers/mafu_trad_wall.png b/lib/wallpapers/mafu_trad_wall.png new file mode 100644 index 0000000..f928caa Binary files /dev/null and b/lib/wallpapers/mafu_trad_wall.png differ diff --git a/lib/wallpapers/scissor_girl.png b/lib/wallpapers/scissor_girl.png new file mode 100644 index 0000000..99f844a Binary files /dev/null and b/lib/wallpapers/scissor_girl.png differ diff --git a/modules/gui/stylix.nix b/modules/gui/stylix.nix index 692237e..fd3102c 100644 --- a/modules/gui/stylix.nix +++ b/modules/gui/stylix.nix @@ -10,9 +10,9 @@ in { home-manager.users.${username} = { stylix = { polarity = "dark"; - image = ../../lib/wallpapers/FreeBSD.png; - base16Scheme = - "${pkgs.base16-schemes}/share/themes/gruvbox-dark-soft.yaml"; + image = ../../lib/wallpapers/mafu_trad_wall.png; + # base16Scheme = + # "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml"; autoEnable = true; targets = { btop.enable = true; diff --git a/modules/tui/helix.nix b/modules/tui/helix.nix index d56aca4..8e9771c 100644 --- a/modules/tui/helix.nix +++ b/modules/tui/helix.nix @@ -15,6 +15,7 @@ in { line-number = "relative"; mouse = false; bufferline = "multiple"; + soft-wrap.enable = true; lsp.display-messages = true; cursor-shape = { insert = "bar"; }; statusline.left =