Show white bar on both monitors
This commit is contained in:
parent
4687c2ce05
commit
70ad7e9b65
10 changed files with 5993 additions and 20 deletions
19
.direnv/bin/nix-direnv-reload
Executable file
19
.direnv/bin/nix-direnv-reload
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
if [[ ! -d "/mnt/removable/Projects/Rust/wayland_panel" ]]; then
|
||||
echo "Cannot find source directory; Did you move it?"
|
||||
echo "(Looking for "/mnt/removable/Projects/Rust/wayland_panel")"
|
||||
echo 'Cannot force reload with this script - use "direnv reload" manually and then try again'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# rebuild the cache forcefully
|
||||
_nix_direnv_force_reload=1 direnv exec "/mnt/removable/Projects/Rust/wayland_panel" true
|
||||
|
||||
# Update the mtime for .envrc.
|
||||
# This will cause direnv to reload again - but without re-building.
|
||||
touch "/mnt/removable/Projects/Rust/wayland_panel/.envrc"
|
||||
|
||||
# Also update the timestamp of whatever profile_rc we have.
|
||||
# This makes sure that we know we are up to date.
|
||||
touch -r "/mnt/removable/Projects/Rust/wayland_panel/.envrc" "/mnt/removable/Projects/Rust/wayland_panel/.direnv"/*.rc
|
||||
1
.direnv/flake-inputs/f1fvmylh0lvki8f5b9p2l1s9g4bm69vx-source
Symbolic link
1
.direnv/flake-inputs/f1fvmylh0lvki8f5b9p2l1s9g4bm69vx-source
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/nix/store/f1fvmylh0lvki8f5b9p2l1s9g4bm69vx-source
|
||||
1
.direnv/flake-inputs/sgbaklhjmn4dm32y5fvmg70hccrr47qa-source
Symbolic link
1
.direnv/flake-inputs/sgbaklhjmn4dm32y5fvmg70hccrr47qa-source
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/nix/store/sgbaklhjmn4dm32y5fvmg70hccrr47qa-source
|
||||
1
.direnv/flake-inputs/wygnldpfirbkskf6qpjbghvaqh3kkczb-source
Symbolic link
1
.direnv/flake-inputs/wygnldpfirbkskf6qpjbghvaqh3kkczb-source
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/nix/store/wygnldpfirbkskf6qpjbghvaqh3kkczb-source
|
||||
1
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa
Symbolic link
1
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/nix/store/sw4zwpy7r16mhiqlx6niqmrfa16niy10-nix-shell-env
|
||||
2223
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa.rc
Normal file
2223
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa.rc
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue