5th commit : remodeling of file structure, adding noctalia config files

This commit is contained in:
ohinh 2026-09-05 22:50:29 +02:00
parent ab8162d69d
commit ad72a517d9
71 changed files with 9931 additions and 0 deletions

View file

@ -0,0 +1,142 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "sixel",
"source": "/home/oh/.config/fastfetch/bocchi.png",
"height": 19,
"padding": {
"top": 1
}
},
"display": {
"separator": " ",
"constants": [
"────────────────────────────────────"
]
},
"modules": [
{
"type": "custom",
"format": "┌{$1}─{$1}┐",
"outputColor": "90"
},
{
"type": "title",
"keyWidth": 10
},
{
"type": "custom",
"format": "└{$1}󱂅{$1}┘",
"outputColor": "90"
},
{
"type": "custom",
"format": " {#31} {#32} {#33} {#34} {#35} {#36} {#37} {#38} {#39}  {#38} {#37} {#36} {#35} {#34} {#33} {#32} {#31} "
},
{
"type": "custom",
"format": "┌{$1}󰿈{$1}┐",
"outputColor": "90"
},
{
"type": "os",
"key": "{icon} OS",
"keyColor": "yellow"
},
{
"type": "kernel",
"key": "│ ├{icon}",
"keyColor": "yellow"
},
{
"type": "packages",
"key": "│ ├{icon}",
"keyColor": "yellow"
},
{
"type": "shell",
"key": "│ └",
"keyColor": "yellow"
},
{
"type": "wm",
"key": " WM",
"keyColor": "blue"
},
{
"type": "lm",
"key": "│ ├{icon}",
"keyColor": "blue"
},
{
"type": "wmtheme",
"key": "│ ├{icon}",
"keyColor": "blue"
},
{
"type": "icons",
"key": "│ ├{icon}",
"keyColor": "blue"
},
{
"type": "terminal",
"key": "│ ├{icon}",
"keyColor": "blue"
},
{
"type": "wallpaper",
"key": "│ └󰸉",
"keyColor": "blue"
},
{
"type": "host",
"key": "󰌢 PC",
"keyColor": "green"
},
{
"type": "cpu",
"key": "│ ├{icon}",
"keyColor": "green"
},
{
"type": "gpu",
"key": "│ ├{icon}",
"keyColor": "green"
},
{
"type": "disk",
"key": "│ ├{icon}",
"keyColor": "green"
},
{
"type": "memory",
"key": "│ ├{icon}",
"keyColor": "green"
},
{
"type": "swap",
"key": "│ ├{icon}",
"keyColor": "green"
},
{
"type": "uptime",
"key": "│ ├{icon}",
"keyColor": "green"
},
{
"type": "sound",
"key": " OP",
"keyColor": "cyan"
},
{
"type": "custom",
"format": "└{$1}󰍘{$1}┘",
"outputColor": "90"
},
{
"type": "custom",
"format": " {#31}󰄛 {#32}󰄛 {#33}󰄛 {#34}󰄛 {#35}󰄛 {#36}󰄛 {#37}󰄛 {#38}󰄛 {#39}󰄛 󰄛 {#38}󰄛 {#37}󰄛 {#36}󰄛 {#35}󰄛 {#34}󰄛 {#33}󰄛 {#32}󰄛 {#31}󰄛"
}
]
}