mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-12 22:05:07 +02:00
personal-gui: Put khal widget on the left
This commit is contained in:
parent
5e6285288b
commit
10fcdd692a
1 changed files with 17 additions and 15 deletions
|
|
@ -82,6 +82,23 @@ in {
|
|||
Left
|
||||
*/
|
||||
|
||||
"custom/khal" = moduleOpt {
|
||||
enable = false;
|
||||
side = "left";
|
||||
priority = 5;
|
||||
settings = {
|
||||
format = "{}";
|
||||
tooltip = true;
|
||||
interval = 300;
|
||||
format-icons = {
|
||||
default = "";
|
||||
};
|
||||
exec = "${lib.getExe pkgs.python3} ${./waybar-khal.py}";
|
||||
return-type = "json";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
"network#wifi" = moduleOpt {
|
||||
side = "left";
|
||||
enable = false;
|
||||
|
|
@ -171,21 +188,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
"custom/khal" = moduleOpt {
|
||||
enable = false;
|
||||
priority = 55;
|
||||
settings = {
|
||||
format = "{}";
|
||||
tooltip = true;
|
||||
interval = 300;
|
||||
format-icons = {
|
||||
default = "";
|
||||
};
|
||||
exec = "${lib.getExe pkgs.python3} ${./waybar-khal.py}";
|
||||
return-type = "json";
|
||||
};
|
||||
};
|
||||
|
||||
"clock" = moduleOpt {
|
||||
priority = 60;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue