Compare commits
No commits in common. "9b61203506c9f8960daeae50184d36170990f8b5" and "67bf01f74a484f3f3b74943f9557f16ac4d700d7" have entirely different histories.
9b61203506
...
67bf01f74a
|
@ -304,7 +304,7 @@ in with lib; {
|
||||||
layer = "top";
|
layer = "top";
|
||||||
position = "top";
|
position = "top";
|
||||||
height = 30;
|
height = 30;
|
||||||
spacing = 0;
|
spacing = 4;
|
||||||
margin-top = 5;
|
margin-top = 5;
|
||||||
margin-bottom = 0;
|
margin-bottom = 0;
|
||||||
# modules-left = [ "wlr/workspaces" "hyprland/submap" ];
|
# modules-left = [ "wlr/workspaces" "hyprland/submap" ];
|
||||||
|
@ -322,12 +322,11 @@ in with lib; {
|
||||||
"memory"
|
"memory"
|
||||||
# "temperature"
|
# "temperature"
|
||||||
"tray"
|
"tray"
|
||||||
"custom/notification"
|
|
||||||
"clock"
|
"clock"
|
||||||
# "custom/power"
|
# "custom/power"
|
||||||
];
|
];
|
||||||
"custom/launcher" = {
|
"custom/launcher" = {
|
||||||
format = "";
|
format = " ";
|
||||||
on-click = fuzzel-command;
|
on-click = fuzzel-command;
|
||||||
on-click-right = "killall fuzzel";
|
on-click-right = "killall fuzzel";
|
||||||
};
|
};
|
||||||
|
@ -391,28 +390,6 @@ in with lib; {
|
||||||
playing = "▶";
|
playing = "▶";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"custom/notification" = {
|
|
||||||
tooltip = false;
|
|
||||||
format = "{icon}";
|
|
||||||
format-icons = {
|
|
||||||
notification = "<span foreground='red'><sup></sup></span>";
|
|
||||||
none = "";
|
|
||||||
dnd-notification = "<span foreground='red'><sup></sup></span>";
|
|
||||||
dnd-none = "";
|
|
||||||
inhibited-notification =
|
|
||||||
"<span foreground='red'><sup></sup></span>";
|
|
||||||
inhibited-none = "";
|
|
||||||
dnd-inhibited-notification =
|
|
||||||
"<span foreground='red'><sup></sup></span>";
|
|
||||||
dnd-inhibited-none = "";
|
|
||||||
};
|
|
||||||
return-type = "json";
|
|
||||||
exec-if = "which swaync-client";
|
|
||||||
exec = "swaync-client -swb";
|
|
||||||
on-click = "swaync-client -t -sw";
|
|
||||||
on-click-right = "swaync-client -d -sw";
|
|
||||||
escape = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
style = ''
|
style = ''
|
||||||
|
@ -559,12 +536,6 @@ in with lib; {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-notification {
|
|
||||||
background-color: #FA8BFF;
|
|
||||||
background-image: linear-gradient(45deg, #2BD2FF 0%, #2BD2FF 52%, #2BD2FF 90%);
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
#memory {
|
#memory {
|
||||||
background-color: #FA8BFF;
|
background-color: #FA8BFF;
|
||||||
background-image: linear-gradient(45deg, #2BD2FF 0%, #2BD2FF 52%, #2BD2FF 90%);
|
background-image: linear-gradient(45deg, #2BD2FF 0%, #2BD2FF 52%, #2BD2FF 90%);
|
||||||
|
|
Loading…
Reference in New Issue