diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix
index 57d8466..4142c41 100644
--- a/hosts/default/configuration.nix
+++ b/hosts/default/configuration.nix
@@ -120,12 +120,14 @@
gccgo
gdb
gh
+ gimp
git
gnumake
gnupg
go
hyprshot
inputs.zen-browser.packages."${system}".specific
+ jdk
libgcc
marp-cli
nerdfonts
diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix
index d0e8a8a..5148db3 100644
--- a/modules/home-manager/waybar.nix
+++ b/modules/home-manager/waybar.nix
@@ -70,7 +70,7 @@
bluetooth = {
format = " {status}";
format-disabled = "";
- format-connected = " {num_connections} connected";
+ format-connected = " {num_connections}";
tooltip-format = "{controller_alias}\t{controller_address}";
tooltip-format-connected = "{controller_alias}\t{controller_address}\n\n{device_enumerate}";
tooltip-format-enumerate-connected = "{device_alias}\t{device_address}";
@@ -134,7 +134,7 @@
};
network = {
- format-wifi = " {essid}";
+ format-wifi = " {essid} ({signalStrength}%)";
format-ethernet = "{ifname}: {ipaddr}/{cidr} ";
format-linked = "{ifname} (No IP) ";
format-disconnected = "";
@@ -142,6 +142,7 @@
family = "ipv4";
tooltip-format-wifi = " {ifname} @ {essid}\nIP: {ipaddr}\nStrength: {signalStrength}%\nFreq: {frequency}MHz\n {bandwidthUpBits} {bandwidthDownBits}";
tooltip-format-ethernet = " {ifname}\nIP: {ipaddr}\n {bandwidthUpBits} {bandwidthDownBits}";
+ max-length = 10;
};
"custom/kdeconnect" = {