Compare commits
No commits in common. "f5504dfe30893f6c5950489ac98c283d4740e8cc" and "7a1f293d0c1a54e7c521bae124d8164ab9bc4fdd" have entirely different histories.
f5504dfe30
...
7a1f293d0c
@ -86,7 +86,7 @@ set-option -g status-interval 1
|
||||
set-option -g status-style bg=black
|
||||
set-option -g status-style fg=white
|
||||
set -g status-left '#[fg=green]#H #[default]'
|
||||
set -g status-right '#[fg=red]#S #[default]%a%l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d'
|
||||
set -g status-right '%a%l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d'
|
||||
|
||||
set-option -g pane-active-border-style fg=yellow
|
||||
set-option -g pane-border-style fg=cyan
|
||||
|
@ -38,10 +38,6 @@
|
||||
path = "/home/${user}/.config/ppsspp/PSP/PPSSPP_STATE";
|
||||
devices = [ "kestrel" ];
|
||||
};
|
||||
"Roms Saves" = {
|
||||
path = "/home/${user}/media/roms/saves";
|
||||
devices = [ "kestrel" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -45,10 +45,6 @@
|
||||
path = "/home/${user}/sync";
|
||||
devices = [ "shivan" ];
|
||||
};
|
||||
"Rom Saves" = {
|
||||
path = "/home/${user}/media/roms/saves";
|
||||
devices = [ "bulwark" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
10
readme.md
@ -15,9 +15,7 @@ for information on initial installation.
|
||||
|
||||
| | Name | Role | Description |
|
||||
|---|---|---|---|
|
||||
| <img src="./resources/img/ships/kestrel.png" width="100"> | [Kestrel](./provision/hosts/kestrel/) | Primary desktop | Main machine that does it all gaming, programming, 3D modelling, etc. |
|
||||
| <img src="./resources/img/ships/torus.png" width="100"> | [Torus](./provision/hosts/torus/) | Home server | Primary home server for storage, hosting machine backups, and running services like Jellyfin. |
|
||||
| <img src="./resources/img/ships/bulwark.png" width="100"> | [Bulwark](./provision/hosts/bulwark/) | Steam Deck | NixOS based Steam Deck that can has my linux niceties and acts like a Steam Deck using the great [Jovian Nixos](https://github.com/Jovian-Experiments/Jovian-NixOS). |
|
||||
| <img src="./resources/img/ships/shivan.png" width="100"> | [Shivan](./provision/hosts/shivan/) | Personal Laptop | Personal (and very slow) laptop for basic mobile work. |
|
||||
| <img src="./resources/img/ships/osprey.png" width="100"> | [Osprey](./provision/hosts/osprey/) | Secondary desktop | Secondary desktop used for code development. |
|
||||
| | [WSL](./provision/hosts/wsl/) | WSL rootfs | Some nix goodness when I'm forced to use windows. |
|
||||
| <img src="./resources/img/kestrel.png" width="100"> | [Kestrel](./provision/hosts/kestrel/) | Primary desktop | Main machine that does it all gaming, programming, 3D modelling, etc. |
|
||||
| <img src="./resources/img/torus.png" width="100"> | [Torus](./provision/hosts/torus/) | Home server | Primary home server for storage, hosting machine backups, and running services like Jellyfin. |
|
||||
| <img src="./resources/img/bulwark.png" width="100"> | [Bulwark](./provision/hosts/bulwark/) | Steam Deck | NixOS based Steam Deck that can has my linux niceties and acts like a Steam Deck using the great [Jovian Nixos](https://github.com/Jovian-Experiments/Jovian-NixOS). |
|
||||
| <img src="./resources/img/shivan.png" width="100"> | [Shivan](./provision/hosts/shivan/) | Personal Laptop | Personal (and very slow) laptop for basic mobile work. |
|
||||
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
BIN
resources/img/wallpapers/gruvbox/blank.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
resources/img/wallpapers/gruvbox/bulwark.png
Normal file
After Width: | Height: | Size: 116 KiB |
BIN
resources/img/wallpapers/gruvbox/kestrel.png
Normal file
After Width: | Height: | Size: 16 MiB |
BIN
resources/img/wallpapers/gruvbox/manofwar.png
Normal file
After Width: | Height: | Size: 119 KiB |
BIN
resources/img/wallpapers/gruvbox/osprey.png
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
resources/img/wallpapers/gruvbox/shivan.png
Normal file
After Width: | Height: | Size: 163 KiB |
BIN
resources/img/wallpapers/gruvbox/torus.png
Normal file
After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
5
resources/img/wallpapers/readme.md
Normal file
@ -0,0 +1,5 @@
|
||||
Create wallpapers by combining "blank" templates with desired FTL ships like the following example command:
|
||||
|
||||
```
|
||||
magick gruvbox/blank.png osprey.png -gravity Center -composite gruvbox/osprey.png
|
||||
```
|
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 143 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |