File tree Expand file tree Collapse file tree 1 file changed +46
-15
lines changed
archlinux/install/hyprland/config/waybar Expand file tree Collapse file tree 1 file changed +46
-15
lines changed Original file line number Diff line number Diff line change 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 {
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+ margin-right : -10px ;
80+ }
81+
82+ # pulseaudio {
83+ padding-right : 15px ;
84+ }
85+
86+ # custom-omarchy {
87+ padding-left : 10px ;
6288}
6389
6490# custom-update {
65- font-size : 10 px ;
91+ padding-left : 7 px ;
6692}
6793
68- # clock {
69- margin-left : 8.75px ;
94+ # custom-expand-icon {
95+ margin-right : -4px ;
96+ }
97+
98+ tooltip {
99+ border-radius : 10px ;
100+ padding : 2px ;
70101}
You can’t perform that action at this time.
0 commit comments