change waybar design
This commit is contained in:
parent
a9c0c7298d
commit
d11029b116
2 changed files with 37 additions and 14 deletions
|
|
@ -29,20 +29,28 @@
|
|||
tooltip-format= "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
|
||||
format-alt= " {:%d/%m}";
|
||||
};
|
||||
"wlr/workspaces"= {
|
||||
"hyprland/workspaces"= {
|
||||
active-only= false;
|
||||
all-outputs= false;
|
||||
disable-scroll= false;
|
||||
on-scroll-up= "hyprctl dispatch workspace e-1";
|
||||
on-scroll-down= "hyprctl dispatch workspace e+1";
|
||||
format = "{name}";
|
||||
disable-scroll= true;
|
||||
format = "{icon}";
|
||||
on-click= "activate";
|
||||
format-icons= {
|
||||
urgent= "";
|
||||
active= "";
|
||||
default = "";
|
||||
"1"= "";
|
||||
"2"= "";
|
||||
"3"= "";
|
||||
"4"= "";
|
||||
"5"= "";
|
||||
urgent= "";
|
||||
default = "";
|
||||
sort-by-number= true;
|
||||
};
|
||||
persistent-workspaces = {
|
||||
"1"= [];
|
||||
"2"= [];
|
||||
"3"= [];
|
||||
"4"= [];
|
||||
"5"= [];
|
||||
};
|
||||
};
|
||||
memory= {
|
||||
format= " {}%";
|
||||
|
|
|
|||
Reference in a new issue