mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
'kali' wallpaper
This commit is contained in:
parent
a246b8c4c1
commit
ca0a4206e9
3 changed files with 4 additions and 2 deletions
|
|
@ -0,0 +1 @@
|
|||
output * background /home/crow/.config/sway/background-3 fill
|
||||
BIN
modules/users/crow/configs/wallpapers/kali_lol.jpg
Normal file
BIN
modules/users/crow/configs/wallpapers/kali_lol.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
|
|
@ -4,8 +4,8 @@ let
|
|||
else if osConfig.networking.hostName == "Parzival-Mobile" then ./configs/hypr/parzival_mobile-monitors.conf
|
||||
else null;
|
||||
swayMonitorConfig = if osConfig.networking.hostName == "Parzival" then ./configs/sway/parzival-monitors.conf
|
||||
else if osConfig.networking.hostName == "Parzival-Mobile" then ./configs/sway/parzival_mobile-monitors.conf
|
||||
else null;
|
||||
else if osConfig.networking.hostName == "Parzival-Mobile" then ./configs/sway/parzival_mobile-monitors.conf
|
||||
else null;
|
||||
in
|
||||
{
|
||||
home = {
|
||||
|
|
@ -30,6 +30,7 @@ in
|
|||
file.".config/sway/monitors.conf".source = lib.mkIf (swayMonitorConfig != null) swayMonitorConfig;
|
||||
file.".config/sway/background-1".source = ./configs/wallpapers/cyber_defiance.jpg;
|
||||
file.".config/sway/background-2".source = ./configs/wallpapers/cyber_skyscrapers.jpg;
|
||||
file.".config/sway/background-3".source = ./configs/wallpapers/kali_lol.jpg;
|
||||
|
||||
# i3
|
||||
file.".config/i3/config".source = ./configs/i3/i3.conf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue