diff --git a/fastfetch/brief.jsonc b/fastfetch/brief.jsonc index d151c80..1a39013 100644 --- a/fastfetch/brief.jsonc +++ b/fastfetch/brief.jsonc @@ -2,22 +2,24 @@ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "display": { "key": { - // "width": 14 + "width": 13 } }, "modules": [ - { "type": "title" }, - { "type": "separator" }, - { "key": " os", "type": "os" }, - { "key": "┠ kernel", "type": "kernel" }, - { "key": "┠ cpu", "type": "cpu", "format": "{name}" }, - { "key": "┠ gpu", "type": "gpu", "format": "{vendor} {name}" }, - { "key": "┖ host", "type": "host" }, - { "type": "break" }, - { "key": "󰆍 shell", "type": "shell" }, - { "key": "┠ terminal", "type": "terminal" }, - { "key": "┠ wm", "type": "wm" }, - { "key": "┠ de", "type": "de" }, - { "key": "┖ uptime", "type": "uptime" } + { "format": " ╔══════════════════════════════════", "type": "custom", "outputColor": "keys" }, + { "format": " ║ {user-name}@{host-name}", "type": "title", "outputColor": "keys" }, + { "format": " ║ ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌", "type": "custom", "outputColor": "keys" }, + { "key": " ║ os", "type": "os" }, + { "key": " ║ kernel", "type": "kernel" }, + { "format": "┌─╨─────────────────────────────────────", "type": "custom", "outputColor": "keys" }, + { "key": "│ host", "type": "host", "keyWidth": 9 }, + { "key": "│ cpu", "type": "cpu", "format": "{name}", "keyWidth": 9 }, + { "key": "│ gpu", "type": "gpu", "format": "{vendor} {name}", "keyWidth": 9 }, + { "format": "└─╥─────────────────────────────────────", "type": "custom", "outputColor": "keys" }, + { "key": " ║ shell", "type": "shell" }, + { "key": " ║ wm", "type": "wm" }, + { "key": " ║ de", "type": "de" }, + { "key": " ║ uptime", "type": "uptime" }, + { "format": " ╚══════════════════════════════════", "type": "custom", "outputColor": "keys" } ] } diff --git a/waybar/style.css b/waybar/style.css index 3c59447..3c6d1d0 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -211,4 +211,4 @@ window#waybar.empty #window { #tray > .needs-attention { -gtk-icon-effect: highlight; background-color: #eb4d4b; -} +} \ No newline at end of file diff --git a/waybar/style.css.template b/waybar/style.css.template index 347fed2..e1c3492 100644 --- a/waybar/style.css.template +++ b/waybar/style.css.template @@ -43,7 +43,7 @@ tooltip { #custom-power-menu, #tray, #custom-rofi, -#custom-caffeine, +#idle_inhibitor, #custom-power { background-color: alpha(@base, 0.6); border-radius: 14px; @@ -51,7 +51,7 @@ tooltip { } #custom-rofi, -#custom-caffeine, +#idle_inhibitor, #custom-power { padding-left: 6px; padding-right: 6px; @@ -96,7 +96,7 @@ tooltip { transition: none; /* Disable background transition */ } -window#waybar.empty #window{ +window#waybar.empty #window { background-color: transparent; padding: 0; margin: 0; @@ -165,15 +165,15 @@ window#waybar.empty #window{ background-color: alpha(@archlinux, 0.3); } -#custom-caffeine { +#idle_inhibitor { border: 3px solid @yellow; } -#custom-caffeine:hover { +#idle_inhibitor:hover { background-color: alpha(@yellow, 0.3); } -#custom-caffeine.active { +#idle_inhibitor.activated { border: 3px solid @peach; }