Skip to content

Commit

Permalink
feat: config for fastfetch (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Apr 21, 2024
1 parent 8dccfd4 commit e41b30a
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 48 deletions.
39 changes: 15 additions & 24 deletions system_files/dx/usr/share/ublue-os/bluefin-logo
Original file line number Diff line number Diff line change
@@ -1,25 +1,16 @@
[?25l  
 
  ▃ 
 ▗ ▖▄▁▘▘  ▁ 
 ▉▏▍╏▘▄▄▇╺▝▃▇▘ 
 ▌┚╵╎┈╴▏╹▖┗▄▂▄╸ 
 ▗▅└▖┊▅▌▏╴▏╶▖▝▃╼  
  ▎┎┊▃┊▝╺╵▃▗▍▂╻▝╴ 
 ▝▄▆▅▅▅▂▁▘╶╸┊▗╴  
  ▎▋╸▆╺╶┛▆▄▃▂▁ 
 ▊▏▝▌▍▖▆▄┈▃▌▋╻▅▖ 
 ▌┊▝▝▖▝▁┊┊▘▉┊┈▇▖ 
 ▊╴╴▌▌▗▂▝▂▁▏╹┊▖▍▝▁   ▁▁▂  
 ▁▘▏▇─╸▍┪▁▏▍╴┌▃▉▋▋┊▆▅▅▆▆▇▇▇▆▆▂ 
  ▅┊▏╶▗╴┊▎┌▅┛╸╶▘▖▆▄▊▋▎▉▋▄▅▗▄▃▃▄▌  
 ▊╴▋▆▅▅▖▇╴▅▝▝▝▄▄▃▅┊╱▌▊▏▃▄▄▄▂▂╴▃▊  
  ▆▘  ▉▖▁╵▝▄▅▅▅▃╶╵╴▌▋▏▅▁▃▅  ▝▃▁▝▖ 
 ▌╸▁▃▂▁▁▁▇▅▂▂▁▄▅▆  ▇  
 ▌▆╾▆▅▅▅▆▇▎▅▋  
  ▘▁▋  ▎▖▉  
   ▇  
 
 
 
[?25l  
  ▗  
 ╷▃▃▝▝╺▂▖  
  ▂▇┈┷┊▇▄▄╸ 
 ▌╷▘╸╱▁┎╹▋▆ 
 ▇▅▆▆▖▌┈▇▝▂  
 ▏▌▌▏▃┗▇▆▖ 
 ▌╴▝▁╷▁┊╴╶▖    
 ▂▘╎▅╴▇▂▂╹▊▎▇▅▅▆▇▇▆▖ 
 ▊▉▄▃▏┈┊▆▆▃▃┌▏╴▂▃▁▂▃▌ 
  ▆ ▝╷▁▆▆▆╸▘▉▁▃▅▇ ▅▃╸ 
 ▖╲▄▄▅▆▃▋ 
 ▝▄  ▄▘ 
 
 
[?25h
39 changes: 39 additions & 0 deletions system_files/shared/usr/etc/xdg/fastfetch/config.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"title",
"separator",
{
"type": "command",
"key": "OCI",
"text": "jq -r '.\"image-ref\"' < /usr/share/ublue-os/image-info.json",
"shell": "/bin/bash"
},
{
"type": "command",
"key": "Flavor",
"text": "jq -r '.\"image-flavor\"' < /usr/share/ublue-os/image-info.json",
"shell": "/bin/bash"
},
{
"type": "command",
"key": "Image Tag",
"text": "jq -r '.\"image-tag\"' < /usr/share/ublue-os/image-info.json",
"shell": "/bin/bash"
},
"host",
"kernel",
"uptime",
"break",
"packages",
"shell",
"display",
"terminal",
"break",
"cpu",
"gpu",
"memory",
"break",
"colors"
]
}
Loading

0 comments on commit e41b30a

Please sign in to comment.