Lockscreen custom
This commit is contained in:
parent
b3fdc5f573
commit
e080d5b9b8
10 changed files with 134 additions and 49 deletions
|
|
@ -60,8 +60,10 @@ let
|
|||
};
|
||||
font = [
|
||||
"FuraCode Nerd Font Mono:pixelsize=10;2"
|
||||
# "EmojiOne Color;0"
|
||||
"Material Design Icons;2"
|
||||
"EmojiOne Color;0"
|
||||
"NotoEmoji Nerd Font Mono;0"
|
||||
"Noto Color Emoji;0"
|
||||
];
|
||||
wm-restack = "bspwm";
|
||||
};
|
||||
|
|
@ -236,7 +238,7 @@ in
|
|||
};
|
||||
volume = colors.normal // {
|
||||
padding = 1;
|
||||
text = "VOL <bar-volume> <label-volume>";
|
||||
text = "VOL <bar-volume> <label-volume> <ramp-volume>";
|
||||
};
|
||||
};
|
||||
label.muted = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue