Skip to content

Commit

Permalink
feat: Update bluefin-logo to a portrait version (#1196)
Browse files Browse the repository at this point in the history
Co-authored-by: m2Giles <69128853+m2Giles@users.noreply.github.com>
  • Loading branch information
dylanmtaylor and m2Giles authored Apr 24, 2024
1 parent a4db85b commit afd3645
Show file tree
Hide file tree
Showing 19 changed files with 122 additions and 63 deletions.
16 changes: 0 additions & 16 deletions system_files/dx/usr/share/ublue-os/bluefin-logo

This file was deleted.

3 changes: 1 addition & 2 deletions system_files/kinoite/usr/etc/profile.d/aurora-fastfetch.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/sh

alias fastfetch="/usr/bin/fastfetch --file /usr/share/ublue-os/aurora-logo.txt --logo-type file --logo-color-1 94 --logo-color-2 95 --logo-color-3 91 --logo-color-4 97 -c /usr/share/ublue-os/ublue-os.jsonc"
alias neofetch="/usr/bin/fastfetch --file /usr/share/ublue-os/aurora-logo.txt --logo-type file --logo-color-1 94 --logo-color-2 95 --logo-color-3 91 --logo-color-4 97 -c /usr/share/ublue-os/ublue-os.jsonc"
alias fastfetch="/usr/bin/fastfetch --file /usr/share/ublue-os/aurora-logo.txt --logo-type file --logo-color-1 94 --logo-color-2 95 --logo-color-3 91 --logo-color-4 97 -c /usr/share/ublue-os/ublue-os.jsonc"
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
alias fastfetch="/usr/bin/fastfetch --file /usr/share/ublue-os/aurora-logo.txt --logo-type file --logo-color-1 94 --logo-color-2 95 --logo-color-3 91 --logo-color-4 97 -c /usr/share/ublue-os/ublue-os.jsonc"
alias neofetch="/usr/bin/fastfetch --file /usr/share/ublue-os/aurora-logo.txt --logo-type file --logo-color-1 94 --logo-color-2 95 --logo-color-3 91 --logo-color-4 97 -c /usr/share/ublue-os/ublue-os.jsonc"
alias fastfetch="/usr/bin/fastfetch --file /usr/share/ublue-os/aurora-logo.txt --logo-type file --logo-color-1 94 --logo-color-2 95 --logo-color-3 91 --logo-color-4 97 -c /usr/share/ublue-os/ublue-os.jsonc"
45 changes: 22 additions & 23 deletions system_files/shared/usr/share/ublue-os/ublue-os.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,99 +3,98 @@
"display": {
"separator": "  ",
"color": {
"keys": "bright_cyan"
"keys": "\u001b[38;2;87;160;198;48"
}
},
"modules": [
{
"type": "title",
"key": " ",
"key": "",
"color": {
"user": "cyan",
"user": "\u001b[38;2;87;160;198;48",
"at": "white",
"host": "bright_green"
}
},
"break",
{
"type": "command",
"key": " 󱋩",
"key": "󱋩",
"text": "/usr/libexec/ublue-image-info.sh"
},
{
"type": "os",
"key": " 󰣛"
"key": "󰣛"
},
{
"type": "kernel",
"key": " ",
"key": "",
"format": "{1} {2}"
},
{
"type": "uptime",
"key": " 󰅐"
"key": "󰅐"
},
"break",
{
"type": "command",
"key": " 󰾰",
"key": "󰾰",
"text": "cat /sys/devices/virtual/dmi/id/product_name",
"shell": "/bin/bash"
},
{
"type": "cpu",
"key": " 󰻠"
"key": "󰻠"
},
{
"type": "gpu",
"key": " 󰍛"
"key": "󰍛"
},
{
"type": "memory",
"key": " 󰧑"
"key": "󰧑"
},
{
"type": "disk",
"key": " "
"key": ""
},
{
"type": "display",
"key": " 󰍹"
"key": "󰍹"
},
{
"type": "battery",
"key": " "
"key": ""
},
{
"type": "gamepad",
"key": " 󰖺"
"key": "󰖺"
},
"break",
{
"type": "de",
"key": " 󰕮"
"key": "󰕮"
},
{
"type": "wm",
"key": " "
"key": ""
},
{
"type": "shell",
"key": " "
"key": ""
},
{
"type": "terminal",
"key": " "
"key": ""
},
{
"type": "packages",
"key": " 󰏖"
"key": "󰏖"
},
"break",
{
"type": "colors",
"paddingLeft": 2,
"symbol": "circle"
"paddingLeft": 2
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/sh

alias fastfetch="/usr/bin/fastfetch --logo /usr/share/ublue-os/bluefin-logo -c /usr/share/ublue-os/ublue-os.jsonc"
alias neofetch="/usr/bin/fastfetch --logo /usr/share/ublue-os/bluefin-logo -c /usr/share/ublue-os/ublue-os.jsonc"
BLUEFIN_LOGO_PATH=/usr/share/ublue-os/bluefin-logos/symbols
BLUEFIN_LOGO_RANDOM=$(shuf -e "$(ls -1 ${BLUEFIN_LOGO_PATH})" | head -1)
BLUEFIN_FETCH_LOGO="${BLUEFIN_LOGO_PATH}/${BLUEFIN_LOGO_RANDOM}"

#shellcheck disable=SC2139
alias fastfetch="/usr/bin/fastfetch --logo ${BLUEFIN_FETCH_LOGO} -c /usr/share/ublue-os/ublue-os.jsonc"
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
alias fastfetch="/usr/bin/fastfetch --logo /usr/share/ublue-os/bluefin-logo -c /usr/share/ublue-os/ublue-os.jsonc"
alias neofetch="/usr/bin/fastfetch --logo /usr/share/ublue-os/bluefin-logo -c /usr/share/ublue-os/ublue-os.jsonc"
alias fastfetch="/usr/bin/fastfetch --logo /usr/share/ublue-os/bluefin-logos/symbols/dolly -c /usr/share/ublue-os/ublue-os.jsonc"
16 changes: 0 additions & 16 deletions system_files/silverblue/usr/share/ublue-os/bluefin-logo

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit afd3645

Please sign in to comment.