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 @@
-[{
"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-6",
"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": ["", "", ""]
"format": "{percent}% {icon}",
"format-icons": ["", ""]
"states": {
"warning": 20,
"critical": 10
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""]
"bat": "BAT1",
"warning": 20,
"critical": 10
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
"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": "",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click": "/home/michal/.local/bin/floating alacritty -e ncpamixer"
"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
deleted file mode 100644
index d3b15485b8ee633d47498d3e416d125e66fcfb10..0000000000000000000000000000000000000000
--- a/waybar/.config/style.css
+++ /dev/null
@@ -1,235 +0,0 @@
-* {
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 {
-}
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 @@
-{
+[{
"output": "eDP-1",
"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"],
"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-6",
// Modules configuration
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
@@ -13,15 +74,21 @@ "spacing": 10
},
"clock": {
// "timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"tooltip-format": "<big>{:%Y %B %A}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
},
"cpu": {
"critical": 90
"format": "{usage}% ",
"tooltip": false
"tooltip": true,
},
"memory": {
"format": "{}% "
"format": "{}% ",
},
"temperature": {
// "thermal-zone": 2,
@@ -32,13 +99,11 @@ "format": "{temperatureC}°C {icon}",
"format-icons": ["", "", ""]
},
"backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}",
"format-icons": ["", ""]
},
"battery": {
"states": {
// "good": 95,
"warning": 20,
"critical": 10
},
@@ -46,14 +111,11 @@ "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": ["", "", "", "", ""]
},
"battery#bat1": {
"bat": "BAT1",
"states":{
// "good": 95,
"warning": 20,
"critical": 10
},
@@ -61,8 +123,6 @@ "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": ["", "", "", "", ""]
},
@@ -75,23 +135,23 @@ "format-disconnected": "Disconnected ⚠",
"format-alt": "{ifname}: {ipaddr}/{cidr}"
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"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": "",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click": "pavucontrol"
"on-click": "/home/michal/.local/bin/floating alacritty -e ncpamixer"
},
"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 {
text/gemini
This content has been proxied by September (ba2dc).