Skip to content

Commit f893ca5

Browse files
committed
Change Waybar css
1 parent 93aa2d7 commit f893ca5

File tree

1 file changed

+22
-50
lines changed
  • archlinux/install/hyprland/config/waybar

1 file changed

+22
-50
lines changed
Lines changed: 22 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,15 @@
11
@import "../theme/waybar.css";
2-
32
* {
4-
/* background-color: @background; */
3+
background-color: @background;
54
color: @foreground;
65

76
border: none;
87
border-radius: 0;
98
min-height: 0;
10-
font-family: 'CaskaydiaMono Nerd Font';
11-
font-weight: bold;
9+
font-family: CaskaydiaMono Nerd Font;
1210
font-size: 12px;
1311
}
1412

15-
window#waybar {
16-
background: transparent;
17-
margin-top: 10px;
18-
}
19-
20-
window#waybar.empty #window {
21-
background: transparent;
22-
padding: 0;
23-
margin-left: 0;
24-
}
25-
26-
mpris#waybar.empty #mpris {
27-
background: transparent;
28-
padding: 0;
29-
margin-right: 0;
30-
}
31-
3213
.modules-left {
3314
margin-left: 8px;
3415
}
@@ -48,54 +29,45 @@ mpris#waybar.empty #mpris {
4829
opacity: 0.5;
4930
}
5031

51-
#custom-weather,
52-
#memory,
53-
#custom-update,
54-
#backlight,
55-
#window,
56-
#mpris,
5732
#tray,
5833
#cpu,
5934
#battery,
6035
#network,
6136
#bluetooth,
6237
#pulseaudio,
63-
#clock,
6438
#custom-omarchy,
65-
#workspaces,
66-
#tray-expander {
67-
background-color: @background;
68-
color: @foreground;
69-
border-radius: 10px;
70-
padding: 0 10px;
71-
margin: 5px 2;
39+
#custom-screenrecording-indicator,
40+
#custom-update {
41+
min-width: 12px;
42+
margin: 0 7.5px;
7243
}
7344

74-
#network.icon {
75-
padding-right: 14px;
45+
#custom-expand-icon {
46+
margin-right: 7px;
7647
}
7748

78-
#memory {
79-
margin-right: -10px;
49+
tooltip {
50+
padding: 2px;
8051
}
8152

82-
#pulseaudio {
83-
padding-right: 15px;
53+
#custom-update {
54+
font-size: 10px;
8455
}
8556

86-
#custom-omarchy {
87-
padding-left: 10px;
57+
#clock {
58+
margin-left: 8.75px;
8859
}
8960

90-
#custom-update {
91-
padding-left: 7px;
61+
.hidden {
62+
opacity: 0;
9263
}
9364

94-
#custom-expand-icon {
95-
margin-right: -4px;
65+
#custom-screenrecording-indicator {
66+
min-width: 12px;
67+
margin-left: 8.75px;
68+
font-size: 10px;
9669
}
9770

98-
tooltip {
99-
border-radius: 10px;
100-
padding: 2px;
71+
#custom-screenrecording-indicator.active {
72+
color: #a55555;
10173
}

0 commit comments

Comments
 (0)