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"
|
||||
"clock"
|
||||
];
|
||||
modules-left = [ "hyprland/workspaces" "hyprland/window" ];
|
||||
modules-left = [
|
||||
"hyprland/workspaces"
|
||||
# "hyprland/window"
|
||||
];
|
||||
modules-right = [
|
||||
"pulseaudio"
|
||||
"network"
|
||||
#"network"
|
||||
#"cpu"
|
||||
#"memory"
|
||||
#"temperature"
|
||||
|
|
@ -76,8 +79,8 @@
|
|||
};
|
||||
pulseaudio = {
|
||||
format = "{volume}% {icon} {format_source}";
|
||||
format-bluetooth = "{volume}% {icon} {format_source}";
|
||||
format-bluetooth-muted = " {icon} {format_source}";
|
||||
format-bluetooth = "{volume}% {icon} {format_source}";
|
||||
format-bluetooth-muted = " {icon} {format_source}";
|
||||
format-icons = {
|
||||
car = "";
|
||||
default = [ "" "" "" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue