WhiteHelix
Captain
- Registriert
- März 2022
- Beiträge
- 3.365
KDE ist dann nix? Klingt fast besser geeignetend0fseven schrieb:Kann man die obere Leiste entfernen? Oder ne klassische Taskleiste nachholen?
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
KDE ist dann nix? Klingt fast besser geeignetend0fseven schrieb:Kann man die obere Leiste entfernen? Oder ne klassische Taskleiste nachholen?
Pummeluff schrieb:@Bleys Wie hast du die Darstellung in Fastfetch hinbekommen?
An dieser Stelle steht ein externer Inhalt von YouTube, der den Forumbeitrag ergänzt. Er kann mit einem Klick geladen und auch wieder ausgeblendet werden.
config.jsonc (~/.config/fastfetch):Pummeluff schrieb:@Bleys Wie hast du die Darstellung in Fastfetch hinbekommen?
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "auto",
"source": "~/.config/fastfetch/mint.png",
"height": 15,
"width": 30,
"padding": {
"top": 5,
"left": 3
}
},
"modules": [
"break",
{
"type": "custom",
"format": "\u001b[90m┌───────────────────── Hardware ─────────────────────┐"
},
{
"type": "board",
"key": " PC",
"keyColor": "green",
"format": "{#95}{1}"
},
{
"type": "cpu",
"key": "│ ",
"keyColor": "green",
},
{
"type": "gpu",
"key": "│ ",
"keyColor": "green",
"format": "{2}"
},
{
"type": "memory",
"key": "│ ",
"keyColor": "green"
},
{
"type": "disk",
"key": "│ ",
"keyColor": "green"
},
{
"type": "display",
"key": "└ ",
"keyColor": "green",
},
{
"type": "custom",
"format": "\u001b[90m└────────────────────────────────────────────────────┘"
},
"break",
{
"type": "custom",
"format": "\u001b[90m┌───────────────────── Software ─────────────────────┐"
},
{
"type": "os",
"key": " OS",
"keyColor": "yellow"
},
{
"type": "kernel",
"key": "│ ",
"keyColor": "yellow"
},
{
"type": "bios",
"key": "│ ",
"keyColor": "yellow"
},
{
"type": "packages",
"key": "│ ",
"keyColor": "yellow"
},
{
"type": "shell",
"key": "└ ",
"keyColor": "yellow"
},
"break",
{
"type": "de",
"key": " DE",
"keyColor": "blue"
},
{
"type": "lm",
"key": "│ ",
"keyColor": "blue"
},
{
"type": "wm",
"key": "│ ",
"keyColor": "blue"
},
{
"type": "wmtheme",
"key": "│ ",
"keyColor": "blue"
},
{
"type": "terminal",
"key": "└ ",
"keyColor": "blue"
},
{
"type": "custom",
"format": "\u001b[90m└────────────────────────────────────────────────────┘"
},
"break",
{
"type": "custom",
"format": "\u001b[90m┌─────────────────── Uptime / Age / DT ──────────────┐"
},
{
"type": "command",
"key": " OS Age ",
"keyColor": "magenta",
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
},
{
"type": "uptime",
"key": " Uptime ",
"keyColor": "magenta"
},
{
"type": "datetime",
"key": " DateTime ",
"keyColor": "magenta"
},
{
"type": "custom",
"format": "\u001b[90m└────────────────────────────────────────────────────┘"
},
"break",
]
}


KonsoleBleys schrieb:
svkra1973 schrieb:Ein Gentoo Linux. Sieht man ja auch nicht allzu häufig. Wollte ich mich auch mal wieder dran ausprobieren, ist schon einige Jahre her.
Die USE-Flags haben mich aber immer ein wenig erschlagen![]()