diff --git a/waybar/.config/config b/waybar/.config/config
new file mode 100644
index 0000000000000000000000000000000000000000..529d922e1591773692ed7ce90a9296e0efa1acb0
--- /dev/null
+++ b/waybar/.config/config
@@ -0,0 +1,171 @@
+[{
"output": "eDP-1",
"format": "<span style=\"italic\">{}</span>"
// "timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B %A}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
// "device": "acpi_video1",
"format": "{percent}% {icon}",
"format-icons": ["", ""]
"states": {
// "good": 95,
"warning": 20,
"critical": 10
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""]
"bat": "BAT1",
// "good": 95,
"warning": 20,
"critical": 10
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
// "format-full": "",
"format-icons": ["", "", "", "", ""]
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠",
"format-alt": "{ifname}: {ipaddr}/{cidr}"
+}, {
"output": "DP-5",
"format": "<span style=\"italic\">{}</span>"
// "icon-size": 21,
"spacing": 10
// "timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B %A}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
"critical": 90
"format": "{usage}% ",
"tooltip": true
"format": "{}% "
// "thermal-zone": 2,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
"format-icons": ["", "", ""]
// "device": "acpi_video1",
"format": "{percent}% {icon}",
"format-icons": ["", ""]
"states": {
// "good": 95,
"warning": 20,
"critical": 10
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""]
"bat": "BAT1",
// "good": 95,
"warning": 20,
"critical": 10
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
// "format-full": "",
"format-icons": ["", "", "", "", ""]
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠",
"format-alt": "{ifname}: {ipaddr}/{cidr}"
"scroll-step": 1, // %, can be a float
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click": "pavucontrol"
"format": "{icon} {}",
"return-type": "json",
"max-length": 40,
"format-icons": {
"spotify": "",
"default": "🎜"
},
"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/style.css b/waybar/.config/style.css
new file mode 100644
index 0000000000000000000000000000000000000000..5ad0ed1af079d3e04d80a583a5c0b4a9a09480b9
--- /dev/null
+++ b/waybar/.config/style.css
@@ -0,0 +1,235 @@
+* {
otf-font-awesome
is required to be installed for icons */+}
+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 {
background-color: #ffffff;
color: #000000;
+}
+#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 {
+}
text/gemini
This content has been proxied by September (ba2dc).