Add current theme to fastfetch config (#889)
* Turn off tte until the package is fixed * Turn off auto-launching screensaver until tte is fixed * Add current theme to fastfetch config fastfetch has a module for displaying colors, which is often used by default. It shows the current colors in use by the terminal. Given that themes are core to Omarchy, I thought it made sense to show the current theme in fastfetch. I've also added a compressed version of the palette (similar to the circle config of the colors module). * Add migration --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
parent
a712a0906a
commit
e6c1a52341
@ -85,6 +85,12 @@
|
||||
"keyColor": "blue",
|
||||
"text": "version=$(git -C ~/.local/share/omarchy describe --tags --abbrev=0 2>/dev/null); echo \"Omarchy $version\""
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": "│ ├",
|
||||
"keyColor": "blue",
|
||||
"text": "theme=$(omarchy-theme-current); echo -e \"Theme: $theme \\e[38m●\\e[37m●\\e[36m●\\e[35m●\\e[34m●\\e[33m●\\e[32m●\\e[31m●\""
|
||||
},
|
||||
{
|
||||
"type": "de",
|
||||
"key": " DE",
|
||||
|
3
migrations/1755512354.sh
Normal file
3
migrations/1755512354.sh
Normal file
@ -0,0 +1,3 @@
|
||||
echo "Update fastfetch config to include current theme name and colors"
|
||||
|
||||
omarchy-refresh-config fastfetch/config.jsonc
|
Loading…
x
Reference in New Issue
Block a user