fastfetch

This commit is contained in:
2025-08-11 01:18:02 +02:00
parent cf71d331f4
commit 994329f9fa
3 changed files with 23 additions and 21 deletions

View File

@@ -2,22 +2,24 @@
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": { "display": {
"key": { "key": {
// "width": 14 "width": 13
} }
}, },
"modules": [ "modules": [
{ "type": "title" }, { "format": " ╔══════════════════════════════════", "type": "custom", "outputColor": "keys" },
{ "type": "separator" }, { "format": " ║ {user-name}@{host-name}", "type": "title", "outputColor": "keys" },
{ "key": " os", "type": "os" }, { "format": " ║ ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌", "type": "custom", "outputColor": "keys" },
{ "key": "┠ kernel", "type": "kernel" }, { "key": " ║ os", "type": "os" },
{ "key": "┠ cpu", "type": "cpu", "format": "{name}" }, { "key": " ║ kernel", "type": "kernel" },
{ "key": "┠ gpu", "type": "gpu", "format": "{vendor} {name}" }, { "format": "┌─╨─────────────────────────────────────", "type": "custom", "outputColor": "keys" },
{ "key": " host", "type": "host" }, { "key": " host", "type": "host", "keyWidth": 9 },
{ "type": "break" }, { "key": "│ cpu", "type": "cpu", "format": "{name}", "keyWidth": 9 },
{ "key": "󰆍 shell", "type": "shell" }, { "key": "│ gpu", "type": "gpu", "format": "{vendor} {name}", "keyWidth": 9 },
{ "key": "┠ terminal", "type": "terminal" }, { "format": "└─╥─────────────────────────────────────", "type": "custom", "outputColor": "keys" },
{ "key": "┠ wm", "type": "wm" }, { "key": " ║ shell", "type": "shell" },
{ "key": "┠ de", "type": "de" }, { "key": " ║ wm", "type": "wm" },
{ "key": "┖ uptime", "type": "uptime" } { "key": " ║ de", "type": "de" },
{ "key": " ║ uptime", "type": "uptime" },
{ "format": " ╚══════════════════════════════════", "type": "custom", "outputColor": "keys" }
] ]
} }

View File

@@ -43,7 +43,7 @@ tooltip {
#custom-power-menu, #custom-power-menu,
#tray, #tray,
#custom-rofi, #custom-rofi,
#custom-caffeine, #idle_inhibitor,
#custom-power { #custom-power {
background-color: alpha(@base, 0.6); background-color: alpha(@base, 0.6);
border-radius: 14px; border-radius: 14px;
@@ -51,7 +51,7 @@ tooltip {
} }
#custom-rofi, #custom-rofi,
#custom-caffeine, #idle_inhibitor,
#custom-power { #custom-power {
padding-left: 6px; padding-left: 6px;
padding-right: 6px; padding-right: 6px;
@@ -96,7 +96,7 @@ tooltip {
transition: none; /* Disable background transition */ transition: none; /* Disable background transition */
} }
window#waybar.empty #window{ window#waybar.empty #window {
background-color: transparent; background-color: transparent;
padding: 0; padding: 0;
margin: 0; margin: 0;
@@ -165,15 +165,15 @@ window#waybar.empty #window{
background-color: alpha(@archlinux, 0.3); background-color: alpha(@archlinux, 0.3);
} }
#custom-caffeine { #idle_inhibitor {
border: 3px solid @yellow; border: 3px solid @yellow;
} }
#custom-caffeine:hover { #idle_inhibitor:hover {
background-color: alpha(@yellow, 0.3); background-color: alpha(@yellow, 0.3);
} }
#custom-caffeine.active { #idle_inhibitor.activated {
border: 3px solid @peach; border: 3px solid @peach;
} }