Skip to content
Snippets Groups Projects
Commit 1704c597 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Increase font, remove config color spans

parent b542eb71
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@
"tooltip-format-disconnected": "MPD (disconnected)"
},
"idle_inhibitor": {
"format": "<span color='#589df6'>{icon}</span>",
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
......@@ -129,13 +129,14 @@
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "<span color='#e88939'>{icon}</span> {temperatureC}°C",
"format": "{icon}{temperatureC}°C",
"format-icons": ["", "", ""]
},
"backlight": {
// "device": "acpi_video1",
"format": "{icon} {percent}%",
"format-icons": ["🔅", "🔆"]
//"format-icons": ["🔅", "🔆"]
"format-icons": ["", "", "", "", "", "", "", "", ""]
},
"battery": {
"states": {
......@@ -143,10 +144,10 @@
"warning": 30,
"critical": 15
},
"format": "<span color='#e88939'>{icon}</span> {capacity}% ({time})",
"format": "{icon} {capacity}% ({time})",
// "format-full": "{capacity}% {icon}",
"format-charging": "<span color='#e88939'> </span> {capacity}%",
"format-plugged": "<span color='#e88939'>{icon} </span> {capacity}% ({time})",
"format-charging": " {capacity}%",
"format-plugged": "{icon} {capacity}% ({time})",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
......@@ -169,7 +170,7 @@
"network": {
"family": "ipv4",
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "<span color='#589df6'></span> <span color='gray'>{essid}</span> {frequency} <span color='#589df6'>{signaldBm} dB</span> <span color='#589df6'>⇵</span>",
"format-wifi": "< {essid} {frequency} {signaldBm} dB⇵",
//"format-wifi": "<span color='#589df6'></span> <span color='gray'>{essid}</span> {frequency} <span color='#589df6'>{signaldBm} dB</span> <span color='#589df6'>⇵</span> {bandwidthUpBits}/{bandwidthDownBits}",
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
"format-linked": "{ifname} (No IP) ",
......@@ -188,8 +189,8 @@
"format-source-muted": "",
"format-icons": {
"headphones": "",
"handsfree": "",
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
......
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 12px;
font-size: 13px;
}
window#waybar {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment