Skip to content

Commit 2fd2ec3

Browse files
committed
Change Waybar css
1 parent 589b09d commit 2fd2ec3

File tree

1 file changed

+47
-15
lines changed
  • archlinux/install/hyprland/config/waybar

1 file changed

+47
-15
lines changed

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

Lines changed: 47 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
@import "../theme/waybar.css";
22

33
* {
4-
background-color: @background;
4+
/* background-color: @background; */
55
color: @foreground;
66

77
border: none;
8-
border-radius: 10px;
9-
padding: 2px 2px;
8+
border-radius: 0;
109
min-height: 0;
11-
font-family: CaskaydiaMono Nerd Font;
10+
font-family: 'CaskaydiaMono Nerd Font';
1211
font-weight: bold;
13-
font-size: 14px;
12+
font-size: 12px;
13+
}
14+
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;
1430
}
1531

1632
.modules-left {
@@ -48,23 +64,39 @@
4864
#custom-omarchy,
4965
#workspaces,
5066
#tray-expander {
51-
min-width: 12px;
52-
margin: 0 7.5px;
67+
background-color: @background;
68+
color: @foreground;
69+
border-radius: 10px;
70+
padding: 0 10px;
71+
margin: 5px 2;
5372
}
5473

55-
#custom-expand-icon {
56-
margin-right: -4px;
57-
padding: 1px;
74+
#network.icon {
75+
padding-right: 14px;
5876
}
5977

60-
tooltip {
61-
padding: 2px;
78+
#memory,
79+
#custom-weather {
80+
margin-right: -10px;
81+
}
82+
83+
#pulseaudio {
84+
padding-right: 15px;
85+
}
86+
87+
#custom-omarchy {
88+
padding-left: 10px;
6289
}
6390

6491
#custom-update {
65-
font-size: 10px;
92+
padding-left: 7px;
6693
}
6794

68-
#clock {
69-
margin-left: 8.75px;
95+
#custom-expand-icon {
96+
margin-right: -4px;
97+
}
98+
99+
tooltip {
100+
border-radius: 10px;
101+
padding: 2px;
70102
}

0 commit comments

Comments
 (0)