Compare commits
4 Commits
7a1f293d0c
...
f5504dfe30
Author | SHA1 | Date | |
---|---|---|---|
f5504dfe30 | |||
65404d72b0 | |||
978115caa7 | |||
df0d9bd50a |
@ -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 '%a%l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d'
|
||||
set -g status-right '#[fg=red]#S #[default]%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,6 +38,10 @@
|
||||
path = "/home/${user}/.config/ppsspp/PSP/PPSSPP_STATE";
|
||||
devices = [ "kestrel" ];
|
||||
};
|
||||
"Roms Saves" = {
|
||||
path = "/home/${user}/media/roms/saves";
|
||||
devices = [ "kestrel" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -45,6 +45,10 @@
|
||||
path = "/home/${user}/sync";
|
||||
devices = [ "shivan" ];
|
||||
};
|
||||
"Rom Saves" = {
|
||||
path = "/home/${user}/media/roms/saves";
|
||||
devices = [ "bulwark" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
10
readme.md
@ -15,7 +15,9 @@ for information on initial installation.
|
||||
|
||||
| | Name | Role | Description |
|
||||
|---|---|---|---|
|
||||
| <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. |
|
||||
| <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. |
|
||||
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 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 |
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 143 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 16 MiB |
Before Width: | Height: | Size: 119 KiB |
Before Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 84 KiB |
@ -1,5 +0,0 @@
|
||||
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
|
||||
```
|