diff --git a/waybar/.config/config b/waybar/.config/config

deleted file mode 100644

index a0dbf954323246467bd8b22ad81fe5d93624cdeb..0000000000000000000000000000000000000000

--- a/waybar/.config/config

+++ /dev/null

@@ -1,168 +0,0 @@

-[{

-}, {

-}]

diff --git a/waybar/.config/style.css b/waybar/.config/style.css

deleted file mode 100644

index d3b15485b8ee633d47498d3e416d125e66fcfb10..0000000000000000000000000000000000000000

--- a/waybar/.config/style.css

+++ /dev/null

@@ -1,235 +0,0 @@

-* {

-}

-window#waybar {

-}

-window#waybar.hidden {

-}

-/*

-window#waybar.empty {

-}

-window#waybar.solo {

-}

-*/

-window#waybar.termite {

-}

-window#waybar.chromium {

-}

-#workspaces button {

-}

-/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */

-#workspaces button:hover {

-}

-#workspaces button.focused {

-}

-#workspaces button.urgent {

-}

-#mode {

-}

-#clock,

-#battery,

-#cpu,

-#memory,

-#temperature,

-#backlight,

-#network,

-#pulseaudio,

-#custom-media,

-#tray,

-#mode,

-#idle_inhibitor,

-#mpd {

-}

-#window,

-#workspaces {

-}

-/* If workspaces is the leftmost module, omit left margin */

-.modules-left > widget:first-child > #workspaces {

-}

-/* If workspaces is the rightmost module, omit right margin */

-.modules-right > widget:last-child > #workspaces {

-}

-#date {

-}

-#clock {

-}

-#battery {

-}

-#battery.charging {

-}

-@keyframes blink {

-}

-#battery.critical:not(.charging) {

-}

-label:focus {

-}

-#cpu {

-}

-#cpu.critical {

-}

-#memory {

-}

-#backlight {

-}

-#network {

-}

-#network.disconnected {

-}

-#pulseaudio {

-}

-#pulseaudio.muted {

-}

-#custom-media {

-}

-#custom-media.custom-spotify {

-}

-#custom-media.custom-vlc {

-}

-#temperature {

-}

-#temperature.critical {

-}

-#tray {

-}

-#idle_inhibitor {

-}

-#idle_inhibitor.activated {

-}

-#mpd {

-}

-#mpd.disconnected {

-}

-#mpd.stopped {

-}

-#mpd.paused {

-}

-#language {

-}

diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config

index 552f2a59024044f80ba1ea6b7a8ac7dc3f890dd1..a0dbf954323246467bd8b22ad81fe5d93624cdeb 100644

--- a/waybar/.config/waybar/config

+++ b/waybar/.config/waybar/config

@@ -1,8 +1,69 @@

-{

+[{

 "height": 20, // Waybar height (to be removed for auto height)

 "modules-left": ["sway/workspaces", "sway/mode", "custom/media"],

 "modules-center": ["sway/window"],

 "modules-right": ["network", "battery", "battery#bat1", "clock"],

+}, {

// Modules configuration

 "sway/mode": {

     "format": "<span style=\"italic\">{}</span>"

@@ -13,15 +74,21 @@ "spacing": 10

 },

 "clock": {

     // "timezone": "America/New_York",

     "format-alt": "{:%Y-%m-%d}"

 },

 "cpu": {

     "format": "{usage}% ",

 },

 "memory": {

 },

 "temperature": {

     // "thermal-zone": 2,

@@ -32,13 +99,11 @@ "format": "{temperatureC}°C {icon}",

     "format-icons": ["", "", ""]

 },

 "backlight": {

     "format": "{percent}% {icon}",

     "format-icons": ["", ""]

 },

 "battery": {

     "states": {

         "warning": 20,

         "critical": 10

     },

@@ -46,14 +111,11 @@ "format": "{capacity}% {icon}",

     "format-charging": "{capacity}% ",

     "format-plugged": "{capacity}% ",

     "format-alt": "{time} {icon}",

     "format-icons": ["", "", "", "", ""]

 },

 "battery#bat1": {

     "bat": "BAT1",

"states":{

         "warning": 20,

         "critical": 10

     },

@@ -61,8 +123,6 @@ "format": "{capacity}% {icon}",

     "format-charging": "{capacity}% ",

     "format-plugged": "{capacity}% ",

     "format-alt": "{time} {icon}",

     "format-icons": ["", "", "", "", ""]

 },

@@ -75,23 +135,23 @@ "format-disconnected": "Disconnected ⚠",

     "format-alt": "{ifname}: {ipaddr}/{cidr}"

 },

 "pulseaudio": {

     "format": "{volume}% {icon} {format_source}",

     "format-bluetooth": "{volume}% {icon} {format_source}",

     "format-bluetooth-muted": " {icon} {format_source}",

     "format-muted": " {format_source}",

     "format-source-muted": "",

     "format-icons": {

         "headphone": "",

         "hands-free": "",

         "headset": "",

         "phone": "",

         "car": "",

         "default": ["", "", ""]

     },

 },

 "custom/media": {

     "format": "{icon} {}",

@@ -105,4 +165,4 @@ "escape": true,

     "exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder

     // "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name

 }

-}

+}]

diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css

index d7e9b857178b95bdd46b32912390193d786a2039..d3b15485b8ee633d47498d3e416d125e66fcfb10 100644

--- a/waybar/.config/waybar/style.css

+++ b/waybar/.config/waybar/style.css

@@ -100,11 +100,12 @@ }

#date {

 background-color: #0a6cf5;

}

#clock {

 background-color: #0a6cf5;

}

#battery {

@@ -140,11 +141,15 @@ }

#cpu {

 background-color: #2ecc71;

+}

+#cpu.critical {

}

#memory {

 background-color: #9b59b6;

}

#backlight {

@@ -160,13 +165,13 @@ background-color: #f53c3c;

}

#pulseaudio {

}

#pulseaudio.muted {

}

#custom-media {

Proxy Information
Original URL
gemini://mkl-wlod.srht.site/repo/commits/b6669d8f1733a0de62a4d1e0a030679383385f2f.patch
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
183.540986 milliseconds
Gemini-to-HTML Time
7.771193 milliseconds

This content has been proxied by September (ba2dc).