mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 15:43:55 -05:00
hyprland: added mako config
This commit is contained in:
parent
26ab6ef0ad
commit
07cf477618
|
@ -19,6 +19,17 @@
|
||||||
pavucontrol
|
pavucontrol
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.mako = {
|
||||||
|
enable = true;
|
||||||
|
font = "DroidSansM Nerd Font Mono 11";
|
||||||
|
backgroundColor = "#000000";
|
||||||
|
textColor = "#FFFFFF";
|
||||||
|
borderRadius = 10;
|
||||||
|
defaultTimeout = 10000;
|
||||||
|
padding = "15";
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = builtins.readFile ./dotfiles/hyprland.conf;
|
extraConfig = builtins.readFile ./dotfiles/hyprland.conf;
|
||||||
|
@ -39,7 +50,7 @@
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
#clock, #battery, #pulseaudio, #network {
|
#clock, #battery, #pulseaudio, #network, #tray {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
}
|
}
|
||||||
|
@ -63,7 +74,7 @@
|
||||||
"clock" = {
|
"clock" = {
|
||||||
"tooltip-format" = "{:%Y-%m-%d | %H:%M}";
|
"tooltip-format" = "{:%Y-%m-%d | %H:%M}";
|
||||||
"interval" = 60;
|
"interval" = 60;
|
||||||
"format" = "{:%I:%M%p}";
|
"format" = " {:%I:%M%p}";
|
||||||
};
|
};
|
||||||
"battery" = {
|
"battery" = {
|
||||||
"format" = " {capacity}%";
|
"format" = " {capacity}%";
|
||||||
|
@ -83,6 +94,7 @@
|
||||||
"network" = {
|
"network" = {
|
||||||
"format-wifi" = " {signalStrength}%";
|
"format-wifi" = " {signalStrength}%";
|
||||||
"format-disconnected" = "⚠";
|
"format-disconnected" = "⚠";
|
||||||
|
"on-click" = "alacritty -e nmtui";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue