summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config.jsonc12
-rw-r--r--waybar/style.css38
2 files changed, 18 insertions, 32 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc
index e1a1d6e..660cbf5 100644
--- a/waybar/config.jsonc
+++ b/waybar/config.jsonc
@@ -2,6 +2,7 @@
"layer": "top",
"position": "bottom",
"spacing": 0,
+ "margin-bottom": 0,
"modules-left": [
"river/tags",
"river/layout",
@@ -21,13 +22,12 @@
],
"river/tags": {
"num-tags": 8,
- "tag-labels": ["F", "U", "H", ".", "V", "L", "O", "M"]
+ "tag-labels": ["F", "U", "O", "Y", "Q", "L", "C", "M"],
},
"river/window": {
"max-length": 48,
"min-length": 48,
"align": 0,
- "justify": "left",
},
"tray": {
"icon-size": 32,
@@ -40,16 +40,16 @@
"temperature": {
"interval": 10,
"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input",
- "format": "⚙{temperatureC}°C",
+ "format": "{temperatureC}°C",
},
"backlight": {
"format": "{icon} {percent}%",
"format-icons": ["", "", "", "", "", "", "", "", ""]
},
"battery": {
- "format": "{icon} {capacity}% ⏲{time}",
+ "format": "D{capacity}% {time}",
"interval": 10,
- "format-charging": "🔌{capacity}% ⏲{time}",
+ "format-charging": "C{capacity}% {time}",
"format-time": "{H}h{M}m",
"format-icons": ["", "", "", "", ""]
},
@@ -60,7 +60,7 @@
},
"network#wifi": {
"interface": "wlp1s0",
- "format-wifi": " {essid}",
+ "format-wifi": "{essid}",
"tooltip-format": "{ifname}: {ipaddr}/{cidr}",
},
"pulseaudio": {
diff --git a/waybar/style.css b/waybar/style.css
index f12cc79..f8fb7dd 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -1,8 +1,8 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
- font-family: Berkeley Mono;
+ font-family: "Monaspace Krypton";
font-size: 28px;
- padding-top: 2px;
+ padding-top: 4px;
padding-bottom: 0px;
}
@@ -20,7 +20,10 @@ button {
}
#tags button{
- padding: 0 8px;
+ padding-bottom: 4px;
+ padding-top: 0px;
+ padding-right: 6px;
+ padding-left: 6px;
}
#tags button.occupied {
@@ -32,13 +35,12 @@ button {
}
#tags button.focused {
- padding: 0 8px;
background-color: #FF8C00;
color: black;
}
#window {
- padding: 0px 16px;
+ padding-left: 16px;
background-color: #FF8C00;
color: black;
}
@@ -72,6 +74,11 @@ label:focus {
background-color: #000000;
}
+#tray {
+ padding-bottom: 4px;
+ padding-top: 0px;
+}
+
#tray > .passive {
-gtk-icon-effect: dim;
}
@@ -80,24 +87,3 @@ label:focus {
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
}
-
-#privacy {
- padding: 0;
-}
-
-#privacy-item {
- padding: 0 5px;
- color: white;
-}
-
-#privacy-item.screenshare {
- background-color: #cf5700;
-}
-
-#privacy-item.audio-in {
- background-color: #1ca000;
-}
-
-#privacy-item.audio-out {
- background-color: #0069d4;
-}