File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "modules-left" : [
3
+ " group/leftside"
4
+ ],
5
+ "modules-center" : [
6
+ " dwl/window"
7
+ ],
8
+ "layer" : " top" ,
9
+ "include" : [
10
+ " ~/.config/waybar/config-common" ,
11
+ " ~/.config/waybar/config-common-tiling"
12
+ ],
13
+ "hyprland/window" : {
14
+ "format" : " {} " ,
15
+ "separate-outputs" : false
16
+ },
17
+ "group/leftside" : {
18
+ "orientation" : " horizontal" ,
19
+ "modules" : [
20
+ " dwl/tags" ,
21
+ " mpris#prefix" ,
22
+ " mpris#suffix"
23
+ ]
24
+ },
25
+ "_vim_" : " # vim: set filetype=json:"
26
+ }
Original file line number Diff line number Diff line change 58
58
# network .dnlprefix ,
59
59
# clock .date ,
60
60
# network .uplprefix ,
61
+ # clock .date ,
61
62
# battery .prefix {
62
63
padding-right : 4px ;
63
64
}
@@ -101,6 +102,7 @@ window#waybar.tiled {
101
102
}
102
103
103
104
# workspaces ,
105
+ # tags ,
104
106
# custom-app {
105
107
all : initial;
106
108
padding : 4px ;
@@ -118,7 +120,7 @@ window#waybar.tiled {
118
120
font-size : 14px ;
119
121
}
120
122
121
- # workspaces button {
123
+ # workspaces button , # tags button {
122
124
all : initial;
123
125
padding : 0px 8px 0px 8px ;
124
126
background : transparent;
@@ -128,7 +130,11 @@ window#waybar.tiled {
128
130
129
131
# workspaces button .focused ,
130
132
# workspaces button .active ,
131
- # workspaces button .visible {
133
+ # workspaces button .visible ,
134
+ # tags button .focused ,
135
+ # tags button .active ,
136
+ # tags button .visible
137
+ {
132
138
background: @selected-bg-color ;
133
139
color: @selected-fg-color ;
134
140
}
You can’t perform that action at this time.
0 commit comments