Added Wallpapers
BIN
assets/avatar/avatar.png
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
assets/avatar/avatar_high.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
assets/avatar/avatar_no_bg.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/avatar/avatar_sloth.png
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
assets/avatar/avatar_sloth_no_bg.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/avatar/avatar_talking.gif
Normal file
|
After Width: | Height: | Size: 23 MiB |
BIN
assets/avatar/avatar_talking.mp4
Normal file
BIN
assets/avatar/avatar_talking_no_bg.gif
Normal file
|
After Width: | Height: | Size: 20 MiB |
BIN
assets/avatar/avatar_talking_no_bg.mp4
Normal file
BIN
assets/avatar/avatar_weather.png
Normal file
|
After Width: | Height: | Size: 2.6 MiB |
BIN
assets/avatar/avatar_weather_no_bg.png
Normal file
|
After Width: | Height: | Size: 2.4 MiB |
BIN
assets/wallpapers/Ghost_in_the_Shell.png
Normal file
|
After Width: | Height: | Size: 3.3 MiB |
BIN
assets/wallpapers/Helicopter.png
Normal file
|
After Width: | Height: | Size: 3.1 MiB |
BIN
assets/wallpapers/Major.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
assets/wallpapers/bike.gif
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/wallpapers/corner.gif
Normal file
|
After Width: | Height: | Size: 350 KiB |
BIN
assets/wallpapers/daemon.gif
Normal file
|
After Width: | Height: | Size: 3.2 MiB |
BIN
assets/wallpapers/daemon_layer.png
Normal file
|
After Width: | Height: | Size: 737 KiB |
BIN
assets/wallpapers/dead_cyborg.png
Normal file
|
After Width: | Height: | Size: 3.7 MiB |
BIN
assets/wallpapers/dna.gif
Normal file
|
After Width: | Height: | Size: 854 KiB |
BIN
assets/wallpapers/ghost.gif
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
assets/wallpapers/girl.png
Normal file
|
After Width: | Height: | Size: 17 MiB |
BIN
assets/wallpapers/girl_nixos.png
Normal file
|
After Width: | Height: | Size: 2.6 MiB |
BIN
assets/wallpapers/lucy.png
Normal file
|
After Width: | Height: | Size: 15 MiB |
BIN
assets/wallpapers/lucy_with_cat.png
Normal file
|
After Width: | Height: | Size: 1.9 MiB |
BIN
assets/wallpapers/rain.gif
Normal file
|
After Width: | Height: | Size: 4.3 MiB |
BIN
assets/wallpapers/space_station.png
Normal file
|
After Width: | Height: | Size: 3.4 MiB |
BIN
assets/wallpapers/tokio.png
Normal file
|
After Width: | Height: | Size: 2.4 MiB |
@@ -1,5 +1,4 @@
|
||||
{ self, ... }:
|
||||
{
|
||||
{ self, ... }: {
|
||||
# touch ID for sudo
|
||||
security.pam.services.sudo_local.touchIdAuth = true;
|
||||
|
||||
@@ -10,6 +9,19 @@
|
||||
|
||||
startup.chime = false;
|
||||
|
||||
activationScripts = {
|
||||
setWallpaper.text = ''
|
||||
/usr/bin/osascript <<EOF
|
||||
tell application "System Events"
|
||||
tell every desktop
|
||||
set picture to "/Users/phil/Pictures/Wallpapers/Ghost_in_the_Shell.png"
|
||||
end tell
|
||||
end tell
|
||||
EOF
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
defaults = {
|
||||
ActivityMonitor = {
|
||||
IconType = 5;
|
||||
|
||||
@@ -13,5 +13,17 @@
|
||||
sessionVariables = {
|
||||
# shared environment variables
|
||||
};
|
||||
|
||||
file = {
|
||||
"Pictures/Avatar" = {
|
||||
source = ../assets/avatar;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
"Pictures/Wallpapers" = {
|
||||
source = ../assets/wallpapers;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
jq # json parser
|
||||
tree
|
||||
fastfetch # system stats
|
||||
tabiew # Table viewer
|
||||
|
||||
# Fun stuff
|
||||
lolcat
|
||||
@@ -62,8 +63,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".config/kitty/tab_bar.py".source = ./tab_bar.py;
|
||||
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
@@ -180,7 +179,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".config/fastfetch/config.jsonc".source = ./fastfetch.jsonc;
|
||||
|
||||
home.file.".hushlogin".text = ""; # Suppress login
|
||||
home.file = {
|
||||
".config/fastfetch/config.jsonc".source = ./fastfetch.jsonc;
|
||||
".config/tabiew/theme.toml".source = ./tabiew.toml;
|
||||
".config/kitty/tab_bar.py".source = ./tab_bar.py;
|
||||
".hushlogin".text = ""; # Suppress login
|
||||
};
|
||||
}
|
||||
|
||||
141
home/tabiew.toml
Normal file
@@ -0,0 +1,141 @@
|
||||
# Catppuccin Mocha Theme for Tabiew
|
||||
# Base colors from Catppuccin Mocha palette
|
||||
|
||||
[table_header]
|
||||
fg = "#F5E0DC" # Rosewater
|
||||
bg = "#181825" # Mantle
|
||||
add_modifier = "BOLD"
|
||||
sub_modifier = ""
|
||||
|
||||
[[table_headers]]
|
||||
fg = "#F5C2E7" # Pink
|
||||
bg = "#181825" # Mantle
|
||||
add_modifier = "BOLD"
|
||||
sub_modifier = ""
|
||||
|
||||
[[table_headers]]
|
||||
fg = "#CBA6F7" # Mauve
|
||||
bg = "#181825" # Mantle
|
||||
add_modifier = "BOLD"
|
||||
sub_modifier = ""
|
||||
|
||||
[[table_headers]]
|
||||
fg = "#89DCEB" # Sky
|
||||
bg = "#181825" # Mantle
|
||||
add_modifier = "BOLD"
|
||||
sub_modifier = ""
|
||||
|
||||
[[rows]]
|
||||
fg = "#CDD6F4" # Text
|
||||
bg = "#313244" # Surface0
|
||||
add_modifier = ""
|
||||
sub_modifier = ""
|
||||
|
||||
[[rows]]
|
||||
fg = "#CDD6F4" # Text
|
||||
bg = "#181825" # Mantle
|
||||
add_modifier = ""
|
||||
sub_modifier = ""
|
||||
|
||||
[highlight]
|
||||
fg = "#181825" # Mantle
|
||||
bg = "#F9E2AF" # Yellow
|
||||
add_modifier = "BOLD"
|
||||
sub_modifier = ""
|
||||
|
||||
[[table_tags]]
|
||||
fg = "#181825" # Mantle
|
||||
bg = "#F38BA8" # Red
|
||||
add_modifier = "BOLD"
|
||||
sub_modifier = ""
|
||||
|
||||
[[table_tags]]
|
||||
fg = "#181825" # Mantle
|
||||
bg = "#A6E3A1" # Green
|
||||
add_modifier = "BOLD"
|
||||
sub_modifier = ""
|
||||
|
||||
[block]
|
||||
fg = "#FAB387" # Peach
|
||||
bg = "#313244" # Surface0
|
||||
add_modifier = ""
|
||||
sub_modifier = ""
|
||||
|
||||
[block_tag]
|
||||
fg = "#181825" # Mantle
|
||||
bg = "#FAB387" # Peach
|
||||
add_modifier = "BOLD"
|
||||
sub_modifier = ""
|
||||
|
||||
[text]
|
||||
fg = "#CDD6F4" # Text
|
||||
bg = "#313244" # Surface0
|
||||
add_modifier = ""
|
||||
sub_modifier = ""
|
||||
|
||||
[subtext]
|
||||
fg = "#9399B2" # Overlay1
|
||||
bg = "#313244" # Surface0
|
||||
add_modifier = ""
|
||||
sub_modifier = ""
|
||||
|
||||
[error]
|
||||
fg = "#CDD6F4" # Text
|
||||
bg = "#F38BA8" # Red
|
||||
add_modifier = "BOLD"
|
||||
sub_modifier = ""
|
||||
|
||||
[[chart]]
|
||||
fg = "#F38BA8" # Red
|
||||
bg = "#313244" # Surface0
|
||||
add_modifier = ""
|
||||
sub_modifier = ""
|
||||
|
||||
[[chart]]
|
||||
fg = "#FAB387" # Peach (Orange)
|
||||
bg = "#313244" # Surface0
|
||||
add_modifier = ""
|
||||
sub_modifier = ""
|
||||
|
||||
[[chart]]
|
||||
fg = "#F9E2AF" # Yellow
|
||||
bg = "#313244" # Surface0
|
||||
add_modifier = ""
|
||||
sub_modifier = ""
|
||||
|
||||
[[chart]]
|
||||
fg = "#A6E3A1" # Green
|
||||
bg = "#313244" # Surface0
|
||||
add_modifier = ""
|
||||
sub_modifier = ""
|
||||
|
||||
[[chart]]
|
||||
fg = "#94E2D5" # Teal
|
||||
bg = "#313244" # Surface0
|
||||
add_modifier = ""
|
||||
sub_modifier = ""
|
||||
|
||||
[[chart]]
|
||||
fg = "#89DCEB" # Sky (Cyan)
|
||||
bg = "#313244" # Surface0
|
||||
add_modifier = ""
|
||||
sub_modifier = ""
|
||||
|
||||
[[chart]]
|
||||
fg = "#89B4FA" # Blue
|
||||
bg = "#313244" # Surface0
|
||||
add_modifier = ""
|
||||
sub_modifier = ""
|
||||
|
||||
[[chart]]
|
||||
fg = "#CBA6F7" # Mauve (Purple)
|
||||
bg = "#313244" # Surface0
|
||||
add_modifier = ""
|
||||
sub_modifier = ""
|
||||
|
||||
[[chart]]
|
||||
fg = "#F5C2E7" # Pink
|
||||
bg = "#313244" # Surface0
|
||||
add_modifier = ""
|
||||
sub_modifier = ""
|
||||
|
||||