mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
stuff
This commit is contained in:
parent
faa09ea0c7
commit
829e9c7e56
2 changed files with 13 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ in {
|
||||||
xdg.configFile = builtins.mapAttrs (name: subpath: { source = mkSl "${dotDir}/${subpath}"; recursive = true; }) configs;
|
xdg.configFile = builtins.mapAttrs (name: subpath: { source = mkSl "${dotDir}/${subpath}"; recursive = true; }) configs;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
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
|
swaybg wmenu mako nwg-look xorg.xkill
|
||||||
mpv vesktop wlr-randr autotiling wezterm
|
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
|
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;
|
inner = 5;
|
||||||
outer = 10;
|
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 = "";
|
output.eDP-1.disable = "";
|
||||||
keybindings = {
|
keybindings = {
|
||||||
"${modifier}+Return" = "exec ${terminal}";
|
"${modifier}+Return" = "exec ${terminal}";
|
||||||
"${modifier}+r" = "exec ${menu} -l 10";
|
"${modifier}+r" = "exec ${menu} -l 10";
|
||||||
"${modifier}+s" = "kill";
|
"${modifier}+s" = "kill";
|
||||||
|
"${modifier}+f" = "fullscreen";
|
||||||
"${modifier}+Print" = "exec /home/coast/.local/src/local/bin/screenie-wlr";
|
"${modifier}+Print" = "exec /home/coast/.local/src/local/bin/screenie-wlr";
|
||||||
"${modifier}+1" = "workspace 1";
|
"${modifier}+1" = "workspace 1";
|
||||||
"${modifier}+2" = "workspace 2";
|
"${modifier}+2" = "workspace 2";
|
||||||
|
|
|
||||||
2
local/bin/swaybar.sh
Executable file
2
local/bin/swaybar.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
date '+%I:%M:%S %p'
|
||||||
Loading…
Add table
Reference in a new issue