sync
This commit is contained in:
parent
9a16acca1b
commit
0deecc0aea
6 changed files with 65 additions and 39 deletions
|
|
@ -4,20 +4,32 @@
|
|||
|
||||
programs.hyprpanel = {
|
||||
enable = true;
|
||||
overlay.enable = true;
|
||||
# overlay.enable = true;
|
||||
|
||||
hyprland.enable = true;
|
||||
|
||||
layout."*" = {
|
||||
left = [ "dashboard" "workspaces" "windowtitle"];
|
||||
left = [
|
||||
"dashboard"
|
||||
"workspaces"
|
||||
"windowtitle"
|
||||
];
|
||||
middle = [ "media" ];
|
||||
right = [ "volume" "network" "bluetooth" "systray" "clock" "battery" "notifications"];
|
||||
right = [
|
||||
"volume"
|
||||
"network"
|
||||
"bluetooth"
|
||||
"systray"
|
||||
"clock"
|
||||
"battery"
|
||||
"notifications"
|
||||
];
|
||||
};
|
||||
|
||||
settings = {
|
||||
bar = {
|
||||
clock.format = "%F %H:%M";
|
||||
|
||||
|
||||
battery.label = true;
|
||||
|
||||
launcher.icon = "";
|
||||
|
|
@ -39,7 +51,7 @@
|
|||
bar.transparent = true;
|
||||
|
||||
font.name = "JetBrains Mono NF";
|
||||
|
||||
|
||||
matugen = true;
|
||||
matugen_settings = {
|
||||
# contrast = 0.3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue