This commit is contained in:
coast 2025-10-27 01:13:24 +03:30
parent faa09ea0c7
commit 829e9c7e56
2 changed files with 13 additions and 1 deletions

View file

@ -20,7 +20,7 @@ in {
xdg.configFile = builtins.mapAttrs (name: subpath: { source = mkSl "${dotDir}/${subpath}"; recursive = true; }) configs;
home.packages = with pkgs; [
alsa-utils nix-search-cli neofetch dysk nsxiv tree wl-clipboard appimage-run libnotify grim slurp yazi mate.caja htop nixpkgs-fmt
alsa-utils nix-search-cli fastfetch nsxiv tree wl-clipboard appimage-run libnotify grim slurp yazi mate.caja htop nixpkgs-fmt
swaybg wmenu mako nwg-look xorg.xkill
mpv vesktop wlr-randr autotiling wezterm
nodejs gcc_multi gnumake clang-tools ruby_3_4 pkg-config dmd dtools rustup python3 python313Packages.pip texliveMedium unzip zip
@ -35,11 +35,21 @@ in {
inner = 5;
outer = 10;
};
bars = [{
position = "bottom";
mode = "dock";
id = "bar-0";
workspaceNumbers = true;
workspaceButtons = true;
fonts.size = 9.0;
colors.focusedBackground = "#1c1c1c";
}];
output.eDP-1.disable = "";
keybindings = {
"${modifier}+Return" = "exec ${terminal}";
"${modifier}+r" = "exec ${menu} -l 10";
"${modifier}+s" = "kill";
"${modifier}+f" = "fullscreen";
"${modifier}+Print" = "exec /home/coast/.local/src/local/bin/screenie-wlr";
"${modifier}+1" = "workspace 1";
"${modifier}+2" = "workspace 2";

2
local/bin/swaybar.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
date '+%I:%M:%S %p'