ricing
This commit is contained in:
parent
8413ab2e0f
commit
afa692e17d
5 changed files with 56 additions and 32 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue