diff options
| -rw-r--r-- | config/dotfiles.nix | 1 | ||||
| -rwxr-xr-x | dist/bar.sh (renamed from config/.bar.sh) | 0 | ||||
| -rwxr-xr-x | dist/run.sh | 2 | ||||
| -rw-r--r-- | dist/wallpaper.jpg | bin | 0 -> 254852 bytes | |||
| -rw-r--r-- | packages/dwl.nix | 2 | 
5 files changed, 3 insertions, 2 deletions
| diff --git a/config/dotfiles.nix b/config/dotfiles.nix index 72564d2..1a89f9b 100644 --- a/config/dotfiles.nix +++ b/config/dotfiles.nix @@ -4,6 +4,5 @@    home.file = {      ".tmux.conf".source = ./.tmux.conf;      ".fdignore".source = ./.fdignore; -    ".bar.sh".source = ./.bar.sh;    };  } diff --git a/config/.bar.sh b/dist/bar.sh index 2b23972..2b23972 100755 --- a/config/.bar.sh +++ b/dist/bar.sh diff --git a/dist/run.sh b/dist/run.sh new file mode 100755 index 0000000..eff419f --- /dev/null +++ b/dist/run.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +bemenu-run -i -p λ -b --hp 8 --fn 'UbuntuMono Nerd Font Mono' --tb '#272727' --tf '#f2f0fa' --fb '#272727' --ff 'f2f0fa' --cb '#272727' --cf '#f2f0fa' --nb '#272727' --nf '#f2f0fa' --hb '#f2f0fa' --hf '#272727' --fbb '#272727' --fbf '#f2f0fa' --sb '#f2f0fa' --sf '#272727' --ab '#272727' --af '#f2f0fa' --scb '#272727' --scf '#272727' diff --git a/dist/wallpaper.jpg b/dist/wallpaper.jpgBinary files differ new file mode 100644 index 0000000..9cdc604 --- /dev/null +++ b/dist/wallpaper.jpg diff --git a/packages/dwl.nix b/packages/dwl.nix index 2045949..895ee76 100644 --- a/packages/dwl.nix +++ b/packages/dwl.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {      owner = "compromyse";      repo = "dwl";      rev = "master"; -    hash = "sha256-IW0Bs53roTvK5rPxIXIjvbvB5j+I/A/T2MNlYz9VKuA="; +    hash = "sha256-SKHMVo5w1gJr6W3lFlPuhgZcwXdEs3lAWQR8xXCOjhQ=";    };    nativeBuildInputs = [ | 
