summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/hyprland/.config/waybar/style.css')
-rw-r--r--dotfiles/hyprland/.config/waybar/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/waybar/style.css b/dotfiles/hyprland/.config/waybar/style.css
index 4bd0052..03b11b6 100644
--- a/dotfiles/hyprland/.config/waybar/style.css
+++ b/dotfiles/hyprland/.config/waybar/style.css
@@ -4,6 +4,7 @@
* {
border: none;
border-radius: 0;
+ /* CSS uses pixels, not points (13pt ≈ 17px at 96 DPI) */
font-size: 14px;
min-height: 0;
font-family: "BerkeleyMono Nerd Font", "Berkeley Mono", monospace;
@@ -52,6 +53,7 @@ window#waybar {
#custom-netspeed,
#battery,
#wireplumber,
+#idle_inhibitor,
#tray,
#clock,
#custom-layout,
@@ -63,6 +65,10 @@ window#waybar {
border-radius: 1rem;
}
+#idle_inhibitor {
+ margin-right: 0.8rem;
+}
+
#sysmonitor {
margin: 0.3rem;
background-color: transparent;