mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
32016d39a4
commit
044ff6d11b
2 changed files with 7 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
width = "100%";
|
width = "100%";
|
||||||
height = 32;
|
height = 32;
|
||||||
font-0 = "GohuFont:style=Regular:size=14;3";
|
font-0 = "GohuFont:style=Regular:size=14;3";
|
||||||
modules-left = "xworkspaces";
|
modules-left = "xworkspaces audio";
|
||||||
modules-right = "cpu memory date";
|
modules-right = "cpu memory date";
|
||||||
module-margin = 1;
|
module-margin = 1;
|
||||||
offset-y = 14;
|
offset-y = 14;
|
||||||
|
@ -64,7 +64,11 @@
|
||||||
label-urgent-padding = 1;
|
label-urgent-padding = 1;
|
||||||
};
|
};
|
||||||
"module/audio" = {
|
"module/audio" = {
|
||||||
type = "internal/pulseaudio";
|
type = "internal/alsa";
|
||||||
|
format-volume = "SND: <label-volume>";
|
||||||
|
label-volume = "%percentage%%";
|
||||||
|
label-muted = "0%";
|
||||||
|
label-background = color0;
|
||||||
};
|
};
|
||||||
"module/battery" = {
|
"module/battery" = {
|
||||||
type = "internal/battery";
|
type = "internal/battery";
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
kitty
|
kitty
|
||||||
maim
|
maim
|
||||||
monitor
|
monitor
|
||||||
|
pavucontrol
|
||||||
xclip
|
xclip
|
||||||
zellij
|
zellij
|
||||||
# text editors
|
# text editors
|
||||||
|
|
Loading…
Reference in a new issue