tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
waybar: resolve spacing issues
wiro.world
2 months ago
843ff173
ef7ff335
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+2
-2
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
waybar.nix
+2
-2
home-manager/fragments/waybar.nix
···
32
32
disable-scroll = true;
33
33
format = "{name} {icon}";
34
34
format-icons = {
35
35
-
default = " ";
35
35
+
default = "●";
36
36
37
37
"1" = " ";
38
38
"2" = " ";
···
230
230
231
231
/* Apply padding to all modules */
232
232
.modules-right widget .module {
233
233
-
padding: 0 1rem;
233
233
+
padding: 0 .7rem;
234
234
235
235
color: @base07;
236
236
}