summaryrefslogtreecommitdiff
path: root/config/waybar
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-29 12:51:04 -0500
committerMarc Coquand <marc@mccd.space>2024-05-29 12:51:04 -0500
commitc2fcd44b6a64ec7fd44f364a64396f680babbf8d (patch)
treeb7d0b5902d682985392991ae430ef9fef2431e03 /config/waybar
parent3b42452a37117bace208a2085980e7c1b79b3738 (diff)
downloadrcm-c2fcd44b6a64ec7fd44f364a64396f680babbf8d.tar.gz
rcm-c2fcd44b6a64ec7fd44f364a64396f680babbf8d.tar.bz2
rcm-c2fcd44b6a64ec7fd44f364a64396f680babbf8d.zip
Updates
Diffstat (limited to 'config/waybar')
-rw-r--r--config/waybar/config.jsonc24
-rw-r--r--config/waybar/style.css8
2 files changed, 16 insertions, 16 deletions
diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc
index 8ccdf75..5cf6cbb 100644
--- a/config/waybar/config.jsonc
+++ b/config/waybar/config.jsonc
@@ -1,9 +1,10 @@
// -*- mode: jsonc -*-
{
"layer": "bottom", // Waybar at top layer
- "position": "right", // Waybar position (top|bottom|left|right)
+ "exclusive": false,
+ "position": "bottom", // Waybar position (top|bottom|left|right)
// "width": 1280, // Waybar width
- "spacing": 20, // Gaps between modules (4px)
+ "spacing": 2, // Gaps between modules (4px)
// Choose the order of the modules
"modules-right": [
"pulseaudio",
@@ -13,6 +14,7 @@
"clock"
],
"clock": {
+ "format": "{:%m-%d %H:%M}",
"format-alt": "{:%Y-%m-%d}"
},
"battery": {
@@ -21,11 +23,9 @@
"warning": 30,
"critical": 15
},
- "format": "{icon}",
- "format-full": "{icon}",
- "format-charging": "",
- "format-plugged": "",
- "format-alt": "{icon}",
+ "format": "BAT: {capacity}%",
+ "format-full": "BAT: 100%",
+ "format-charging": "BAT: {capacity}%",
"format-icons": ["", "", "", "", ""]
},
"battery#bat2": {
@@ -33,7 +33,7 @@
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
- "format-wifi": "",
+ "format-wifi": "NET: {essid}",
"format-ethernet": "{ipaddr}/{cidr} ",
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
@@ -41,10 +41,10 @@
"format-alt": "{ifname}: {ipaddr}/{cidr}"
},
"pulseaudio": {
- "format": "{icon}",
- "format-bluetooth": "{icon}",
- "format-bluetooth-muted": "{icon}",
- "format-muted": "",
+ "format": "AUD: {volume}%",
+ "format-bluetooth": "AUD: {volume}",
+ "format-bluetooth-muted": "AUD: MUTE",
+ "format-muted": "AUD: MUTE",
"format-icons": {
"headphone": "",
"hands-free": "",
diff --git a/config/waybar/style.css b/config/waybar/style.css
index 5c84feb..e017c1a 100644
--- a/config/waybar/style.css
+++ b/config/waybar/style.css
@@ -1,6 +1,6 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
- font-family: Iosevka Aile;
+ font-family: Input Mono Compressed;
font-size: 18px;
}
@@ -69,13 +69,14 @@ button:hover {
#scratchpad,
#power-profiles-daemon,
#mpd {
- padding: 0 10px;
+ padding: 0 7px;
+ padding-bottom: 7px;
color: #ffffff;
}
#window,
#workspaces {
- margin: 0 4px;
+ margin: 0 2px;
}
/* If workspaces is the leftmost module, omit left margin */
@@ -149,7 +150,6 @@ label:focus {
#clock {
- margin-bottom: 15px;
}
#disk {