feat: java (yuck)
This commit is contained in:
parent
4cd90d677a
commit
67deaf42d8
2 changed files with 5 additions and 2 deletions
|
|
@ -120,12 +120,14 @@
|
||||||
gccgo
|
gccgo
|
||||||
gdb
|
gdb
|
||||||
gh
|
gh
|
||||||
|
gimp
|
||||||
git
|
git
|
||||||
gnumake
|
gnumake
|
||||||
gnupg
|
gnupg
|
||||||
go
|
go
|
||||||
hyprshot
|
hyprshot
|
||||||
inputs.zen-browser.packages."${system}".specific
|
inputs.zen-browser.packages."${system}".specific
|
||||||
|
jdk
|
||||||
libgcc
|
libgcc
|
||||||
marp-cli
|
marp-cli
|
||||||
nerdfonts
|
nerdfonts
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
format = " {status}";
|
format = " {status}";
|
||||||
format-disabled = "";
|
format-disabled = "";
|
||||||
format-connected = " {num_connections} connected";
|
format-connected = " {num_connections}";
|
||||||
tooltip-format = "{controller_alias}\t{controller_address}";
|
tooltip-format = "{controller_alias}\t{controller_address}";
|
||||||
tooltip-format-connected = "{controller_alias}\t{controller_address}\n\n{device_enumerate}";
|
tooltip-format-connected = "{controller_alias}\t{controller_address}\n\n{device_enumerate}";
|
||||||
tooltip-format-enumerate-connected = "{device_alias}\t{device_address}";
|
tooltip-format-enumerate-connected = "{device_alias}\t{device_address}";
|
||||||
|
|
@ -134,7 +134,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
network = {
|
network = {
|
||||||
format-wifi = "<span color=\"#ebdbb2\"></span> {essid}";
|
format-wifi = "<span color=\"#ebdbb2\"></span> {essid} ({signalStrength}%)";
|
||||||
format-ethernet = "{ifname}: {ipaddr}/{cidr} ";
|
format-ethernet = "{ifname}: {ipaddr}/{cidr} ";
|
||||||
format-linked = "{ifname} (No IP) ";
|
format-linked = "{ifname} (No IP) ";
|
||||||
format-disconnected = "";
|
format-disconnected = "";
|
||||||
|
|
@ -142,6 +142,7 @@
|
||||||
family = "ipv4";
|
family = "ipv4";
|
||||||
tooltip-format-wifi = " {ifname} @ {essid}\nIP: {ipaddr}\nStrength: {signalStrength}%\nFreq: {frequency}MHz\n {bandwidthUpBits} {bandwidthDownBits}";
|
tooltip-format-wifi = " {ifname} @ {essid}\nIP: {ipaddr}\nStrength: {signalStrength}%\nFreq: {frequency}MHz\n {bandwidthUpBits} {bandwidthDownBits}";
|
||||||
tooltip-format-ethernet = " {ifname}\nIP: {ipaddr}\n {bandwidthUpBits} {bandwidthDownBits}";
|
tooltip-format-ethernet = " {ifname}\nIP: {ipaddr}\n {bandwidthUpBits} {bandwidthDownBits}";
|
||||||
|
max-length = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
"custom/kdeconnect" = {
|
"custom/kdeconnect" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue