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 = {
|
||||
layer = "top";
|
||||
position = "top";
|
||||
|
@ -31,6 +31,7 @@
|
|||
"clock" = {
|
||||
format = "{:%H:%M}";
|
||||
format-alt = "{:%a, %Y-%m-%d}";
|
||||
tooltip = false;
|
||||
};
|
||||
|
||||
"network" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue