niri-taskbar 0.4.0+niri.25.11

Niri taskbar module for Waybar
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
button {
  background: transparent;
  margin: 0;
  padding: 2px 4px;
}

button.focused {
  background: rgba(255, 255, 255, 0.3);
}

button.urgent {
  background: red;
}

button:hover {
  background: rgba(255, 255, 255, 0.8);
}