wip: fix waybar
This commit is contained in:
parent
e9ddba98e6
commit
7f5baec450
@ -57,10 +57,9 @@ with config.deviceSpecific; {
|
|||||||
tooltip-format = "<tt>{calendar}</tt>";
|
tooltip-format = "<tt>{calendar}</tt>";
|
||||||
calendar = {
|
calendar = {
|
||||||
mode = "month";
|
mode = "month";
|
||||||
mode-mon-col = 4;
|
mode-mon-col = 3;
|
||||||
weeks-pos = "right";
|
weeks-pos = "right";
|
||||||
on-scroll = 1;
|
on-scroll = 1;
|
||||||
on-click-right = "mode";
|
|
||||||
format = {
|
format = {
|
||||||
months = "<span color='#c0caf5'><b>{}</b></span>";
|
months = "<span color='#c0caf5'><b>{}</b></span>";
|
||||||
days = "<span color='#c0caf5'><b>{}</b></span>";
|
days = "<span color='#c0caf5'><b>{}</b></span>";
|
||||||
@ -69,6 +68,12 @@ with config.deviceSpecific; {
|
|||||||
today = "<span color='#f7768e'><b><u>{}</u></b></span>";
|
today = "<span color='#f7768e'><b><u>{}</u></b></span>";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
actions = {
|
||||||
|
on-click-right = "mode";
|
||||||
|
on-click-middle = "shift_reset";
|
||||||
|
on-scroll-up = "shift_up";
|
||||||
|
on-scroll-down = "shift_down";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
cpu = {
|
cpu = {
|
||||||
interval = 4;
|
interval = 4;
|
||||||
@ -76,7 +81,7 @@ with config.deviceSpecific; {
|
|||||||
};
|
};
|
||||||
disk = {
|
disk = {
|
||||||
interval = 60;
|
interval = 60;
|
||||||
format = "<span color=\"#7aa2f7\"> </span>{free}%";
|
format = "<span color=\"#7aa2f7\"> </span>{free}";
|
||||||
path = "/home";
|
path = "/home";
|
||||||
};
|
};
|
||||||
"hyprland/window" = {
|
"hyprland/window" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user