impala and iwd

This commit is contained in:
Matt Nish-Lapidus 2025-04-29 17:35:06 -04:00
parent 1a2c966939
commit 0b47ad3ed6
5 changed files with 48 additions and 15 deletions

View file

@ -4,6 +4,8 @@
home.packages = with pkgs; [
inputs.isd.packages.x86_64-linux.default
inputs.impala.packages.x86_64-linux.default
cmake
cmake-format
@ -56,6 +58,7 @@
rink
dua
bluetui
tree
emoji-picker

View file

@ -38,7 +38,7 @@ in {
"format" = "";
"format-off" = "";
"format-disabled" = "!";
"on-click" = "$HOME/.local/bin/wezapp bluetuith";
"on-click" = "$HOME/.local/bin/wezapp bluetui";
"tooltip-format" = "{status}";
};
@ -105,7 +105,7 @@ in {
"format-disconnected" = "󰱟";
"tooltip-format" = "{essid} {ifname}";
"max-length" = 50;
"on-click" = "$HOME/.local/bin/wezlauncher nmtui";
"on-click" = "$HOME/.local/bin/wezapp impala";
};
"tray" = {
@ -131,10 +131,6 @@ in {
};
"mpris" = {
# "dynamic-order" = ["title"
# "artist"
# "album"
# "length"];
"interval" = 1;
"format" = "{player_icon} {dynamic}";
"format-paused" = "{status_icon} <i>{dynamic}</i>";
@ -231,7 +227,6 @@ window#waybar {
#pulseaudio,
#wireplumber,
#disk,
#memory,
#taskbar
#cpu,
#temperature,
@ -248,6 +243,10 @@ window#waybar {
padding: 0 20px;
}
#memory {
padding: 0 20px 0 10px;
}
#battery {
padding-right: 0;
}