Skip to content

Commit

Permalink
fix: fix bad fastfetch output in kitty (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Jun 3, 2024
1 parent 0c6f8b5 commit 6a87517
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions system_files/shared/usr/share/ublue-os/ublue-os.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"display": {
"separator": "  ",
"color": {
"keys": "\u001b[38;2;87;160;198;48"
"keys": "38;2;87;160;198"
}
},
"modules": [
{
"type": "title",
"key": "",
"color": {
"user": "\u001b[38;2;87;160;198;48",
"user": "38;2;87;160;198",
"at": "white",
"host": "bright_green"
}
Expand Down Expand Up @@ -43,10 +43,8 @@
},
"break",
{
"type": "command",
"key": "󰾰",
"text": "cat /sys/devices/virtual/dmi/id/product_name",
"shell": "/bin/bash"
"type": "host",
"key": "󰾰"
},
{
"type": "cpu",
Expand Down

0 comments on commit 6a87517

Please sign in to comment.