hyprpanel: update settings

This commit is contained in:
notohh 2025-02-08 20:52:34 -05:00
parent da0b301435
commit 28bd86eba2
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -2,10 +2,17 @@ _: {
programs.hyprpanel.settings = {
bar = {
launcher.autoDetectIcon = true;
clock = {
format = "%a %b %d %H:%M";
};
workspaces = {
show_icons = true;
};
};
notifications = {
monitor = 0;
active_monitor = false;
};
menus = {
clock = {
time = {
@ -36,6 +43,10 @@ _: {
};
theme = {
bar.transparent = false;
osd = {
monitor = 0;
active_monitor = false;
};
font = {
name = "Inter";
size = "17px";