2024-11-18 20:19 : id 175
This commit is contained in:
parent
a82dae22c4
commit
68723ea3fa
@ -217,7 +217,9 @@ in
|
|||||||
format = "{}";
|
format = "{}";
|
||||||
exec = "bash /home/deadvey/Code/git/time-to-metrictime-converter/time.sh --hex";
|
exec = "bash /home/deadvey/Code/git/time-to-metrictime-converter/time.sh --hex";
|
||||||
interval = 1;
|
interval = 1;
|
||||||
on-click = "python3 /home/deadvey/Code/git/time-to-metrictime-converter/calender.py";
|
};
|
||||||
|
"hyprland/workspaces" = {
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -240,9 +242,6 @@ in
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
}
|
}
|
||||||
custom-clock:hover {
|
|
||||||
padding: 6px;
|
|
||||||
}
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -344,6 +343,12 @@ in
|
|||||||
};
|
};
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding="${CORNER_RADIUS}";
|
rounding="${CORNER_RADIUS}";
|
||||||
|
shadow = {
|
||||||
|
enabled = true;
|
||||||
|
color = "rgb(${FG})";
|
||||||
|
offset = "12 12";
|
||||||
|
range = "0";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "gb";
|
kb_layout = "gb";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user