non important commit
This commit is contained in:
parent
3f0054f665
commit
f7d4592450
1 changed files with 3 additions and 2 deletions
|
|
@ -246,7 +246,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.hyprpanel = {
|
programs.hyprpanel = {
|
||||||
enable = false;
|
enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
bar = {
|
bar = {
|
||||||
|
|
@ -254,7 +254,8 @@
|
||||||
|
|
||||||
clock.format = "%d %b %H:%M";
|
clock.format = "%d %b %H:%M";
|
||||||
|
|
||||||
workspaces.show_numbered = true;
|
workspaces.show_icons = true;
|
||||||
|
workspaces.workspaces = 20;
|
||||||
};
|
};
|
||||||
|
|
||||||
menus.clock = {
|
menus.clock = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue