Added printing
This commit is contained in:
parent
fe7db3471d
commit
07478328ab
1 changed files with 9 additions and 6 deletions
|
|
@ -26,10 +26,13 @@
|
||||||
#"hyprland/window"
|
#"hyprland/window"
|
||||||
"clock"
|
"clock"
|
||||||
];
|
];
|
||||||
modules-left = [ "hyprland/workspaces" "hyprland/window" ];
|
modules-left = [
|
||||||
|
"hyprland/workspaces"
|
||||||
|
# "hyprland/window"
|
||||||
|
];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"network"
|
#"network"
|
||||||
#"cpu"
|
#"cpu"
|
||||||
#"memory"
|
#"memory"
|
||||||
#"temperature"
|
#"temperature"
|
||||||
|
|
@ -75,9 +78,9 @@
|
||||||
tooltip-format = "{essid} ({signalStrength}%) ";
|
tooltip-format = "{essid} ({signalStrength}%) ";
|
||||||
};
|
};
|
||||||
pulseaudio = {
|
pulseaudio = {
|
||||||
format = "{volume}% {icon} {format_source}";
|
format = "{volume}% {icon} {format_source}";
|
||||||
format-bluetooth = "{volume}% {icon} {format_source}";
|
format-bluetooth = "{volume}% {icon} {format_source}";
|
||||||
format-bluetooth-muted = " {icon} {format_source}";
|
format-bluetooth-muted = " {icon} {format_source}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
car = "";
|
car = "";
|
||||||
default = [ "" "" "" ];
|
default = [ "" "" "" ];
|
||||||
|
|
@ -87,7 +90,7 @@
|
||||||
phone = "";
|
phone = "";
|
||||||
portable = "";
|
portable = "";
|
||||||
};
|
};
|
||||||
format-muted = " {format_source}";
|
format-muted = " {format_source}";
|
||||||
format-source = "{volume}% ";
|
format-source = "{volume}% ";
|
||||||
format-source-muted = "";
|
format-source-muted = "";
|
||||||
on-click = "pavucontrol";
|
on-click = "pavucontrol";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue