waybar firefox fix
This commit is contained in:
parent
1dafa64d23
commit
1468d5fa1b
@ -120,16 +120,13 @@
|
|||||||
format = "{:%H:%M}";
|
format = "{:%H:%M}";
|
||||||
rotate = 0;
|
rotate = 0;
|
||||||
format-alt = "{:%R %d·%m·%y}";
|
format-alt = "{:%R %d·%m·%y}";
|
||||||
tooltip-format = "<span>{calendar}</span>";
|
tooltip-format = "<span size='8pt' font='JetBrains Mono'><tt>{calendar}</tt></span>";
|
||||||
calendar = {
|
calendar = {
|
||||||
mode = "month";
|
|
||||||
mode-mon-col = 3;
|
mode-mon-col = 3;
|
||||||
on-scroll = 1;
|
|
||||||
on-click-right = "mode";
|
|
||||||
format = {
|
format = {
|
||||||
months = "<span color='#ffead3'><b>{}</b></span>";
|
months = "<span color='#ffffff'><b>{}</b></span>";
|
||||||
weekdays = "<span color='#ffcc66'><b>{}</b></span>";
|
weekdays = "<span color='#ffffff'><b>{}</b></span>";
|
||||||
today = "<span color='#ff6699'><b>{}</b></span>";
|
today = "<span color='#ffffff'><b>{}</b></span>";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
actions = {
|
actions = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user