Skip to content

Commit 3cb377e

Browse files
committed
dwl support
1 parent 4e9a4b1 commit 3cb377e

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

config-dwl

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
}

style.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
#network.dnlprefix,
5959
#clock.date,
6060
#network.uplprefix,
61+
#clock.date,
6162
#battery.prefix {
6263
padding-right: 4px;
6364
}
@@ -101,6 +102,7 @@ window#waybar.tiled {
101102
}
102103

103104
#workspaces,
105+
#tags,
104106
#custom-app {
105107
all: initial;
106108
padding: 4px;
@@ -118,7 +120,7 @@ window#waybar.tiled {
118120
font-size: 14px;
119121
}
120122

121-
#workspaces button {
123+
#workspaces button, #tags button {
122124
all: initial;
123125
padding: 0px 8px 0px 8px;
124126
background: transparent;
@@ -128,7 +130,11 @@ window#waybar.tiled {
128130

129131
#workspaces button.focused,
130132
#workspaces button.active,
131-
#workspaces button.visible {
133+
#workspaces button.visible,
134+
#tags button.focused,
135+
#tags button.active,
136+
#tags button.visible
137+
{
132138
background: @selected-bg-color;
133139
color: @selected-fg-color;
134140
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy