hyprpanel: update settings
This commit is contained in:
parent
da0b301435
commit
28bd86eba2
1 changed files with 11 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue