Skip to content

Commit f91cb87

Browse files
committed
Change Waybar css
1 parent 8dbd313 commit f91cb87

File tree

1 file changed

+13
-17
lines changed
  • archlinux/install/hyprland/config/waybar

1 file changed

+13
-17
lines changed

archlinux/install/hyprland/config/waybar/style.css

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import "../theme/waybar.css";
2+
23
* {
34
background-color: @background;
45
color: @foreground;
@@ -7,6 +8,7 @@
78
border-radius: 0;
89
min-height: 0;
910
font-family: CaskaydiaMono Nerd Font;
11+
font-weight: bold;
1012
font-size: 12px;
1113
}
1214

@@ -29,21 +31,29 @@
2931
opacity: 0.5;
3032
}
3133

34+
#custom-weather,
35+
#memory,
36+
#custom-update,
37+
#backlight,
38+
#window,
39+
#mpris,
3240
#tray,
3341
#cpu,
3442
#battery,
3543
#network,
3644
#bluetooth,
3745
#pulseaudio,
46+
#clock,
3847
#custom-omarchy,
39-
#custom-screenrecording-indicator,
40-
#custom-update {
48+
#workspaces,
49+
#tray-expander {
4150
min-width: 12px;
4251
margin: 0 7.5px;
4352
}
4453

4554
#custom-expand-icon {
46-
margin-right: 7px;
55+
margin-right: -4px;
56+
padding: 1px;
4757
}
4858

4959
tooltip {
@@ -56,18 +66,4 @@ tooltip {
5666

5767
#clock {
5868
margin-left: 8.75px;
59-
}
60-
61-
.hidden {
62-
opacity: 0;
63-
}
64-
65-
#custom-screenrecording-indicator {
66-
min-width: 12px;
67-
margin-left: 8.75px;
68-
font-size: 10px;
69-
}
70-
71-
#custom-screenrecording-indicator.active {
72-
color: #a55555;
7369
}

0 commit comments

Comments
 (0)