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 = {
|
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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue