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