This commit is contained in:
Vivian 2024-12-30 10:19:30 +01:00
parent 8413ab2e0f
commit afa692e17d
5 changed files with 56 additions and 32 deletions

View file

@ -5,11 +5,9 @@ in
{
programs.waybar = {
enable = true;
systemd = {
enable = true;
# target = "wayland-session@Hyprland.target";
};
systemd.enable = true;
style = ./waybar.css;
settings = {
mainBar = {
layer = "top";
@ -43,7 +41,7 @@ in
format-ethernet = "󰈀 {ifname}: {ipaddr}/{cidr}";
format-disconnected = "󰌙 ";
tooltip-format = "{ifname}: {ipaddr}";
on-click = "touch ~/a && ${terminal} --execute ${nmtui}/bin/nmtui.sh";
on-click = "${terminal} --execute ${nmtui}/bin/nmtui.sh";
};
power-profiles-daemon = {