no tooltip on clock
This commit is contained in:
parent
fc7d5ab597
commit
718a34514b
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, ... }: {
|
{ ... }: {
|
||||||
mainBar = {
|
mainBar = {
|
||||||
layer = "top";
|
layer = "top";
|
||||||
position = "top";
|
position = "top";
|
||||||
|
@ -31,6 +31,7 @@
|
||||||
"clock" = {
|
"clock" = {
|
||||||
format = "{:%H:%M}";
|
format = "{:%H:%M}";
|
||||||
format-alt = "{:%a, %Y-%m-%d}";
|
format-alt = "{:%a, %Y-%m-%d}";
|
||||||
|
tooltip = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
"network" = {
|
"network" = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue