First Commit of improved RobCo theme

This commit is contained in:
ro
2026-02-25 17:10:43 -05:00
commit 305c8c6696
672 changed files with 70387 additions and 0 deletions
+114
View File
@@ -0,0 +1,114 @@
// _____ _____ _____ _____ _____ _____ _____ _____ _____
// | __| _ | __|_ _| __| __|_ _| | | |
// | __| |__ | | | | __| __| | | | --| |
// |__| |__|__|_____| |_| |__| |_____| |_| |_____|__|__| HYPRLAND
//
// by Bina
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "/home/ro/.config/fastfetch/vaultboy.png",
"type": "kitty",
"height": 18,
"padding": {
"top": 2
}
},
"display": {
"separator": " "
},
"modules": [
"break",
"break",
"break",
{
"type": "custom",
"format": "\u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m"
},
"break",
{
"type": "title",
"keyWidth": 10
},
"break",
{
"type": "command",
"key": " ",
"keyColor": "34", // = color4
"text": "version=$(omarchy-version); echo \"RobCo Terminal Version $version\"",
},
{
"type": "kernel",
"key": " ",
"keyColor": "34",
},
{
"type": "packages",
"format": "{} (pacman)",
"key": " ",
"keyColor": "34",
},
{
"type": "shell",
"key": " ",
"keyColor": "34",
},
{
"type": "terminal",
"key": " ",
"keyColor": "34",
},
{
"type": "wm",
"key": " ",
"keyColor": "34",
},
{
"type": "cursor",
"key": " ",
"keyColor": "34",
},
{
"type": "command",
"key": "󰸌 ",
"keyColor": "34",
"text": "theme=$(omarchy-theme-current); echo -e \"$theme \\e[38m●\\e[37m●\\e[36m●\\e[35m●\\e[34m●\\e[33m●\\e[32m●\\e[31m●\"",
},
{
"type": "terminalfont",
"key": " ",
"keyColor": "34",
},
{
"type": "uptime",
"key": " ",
"keyColor": "34",
},
{
"type": "command",
"key": "󱦟 ",
"keyColor": "34",
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days",
},
{
"type": "media",
"key": "󰝚 ",
"keyColor": "34",
},
{
"type": "player",
"key": " ",
"keyColor": "34",
},
"break",
{
"type": "custom",
"format": "\u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m"
},
"break",
"break",
]
}