mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-11 06:14:38 -05:00
feat: expanded all lists
This commit is contained in:
parent
59cc199722
commit
bb0b55b011
144 changed files with 1798 additions and 507 deletions
|
@ -19,7 +19,7 @@
|
|||
"memory"
|
||||
"disk"
|
||||
"pulseaudio"
|
||||
"network"
|
||||
# "network"
|
||||
"clock"
|
||||
];
|
||||
clock = {
|
||||
|
@ -67,13 +67,13 @@
|
|||
format = " {percentage_used}%";
|
||||
interval = 60;
|
||||
};
|
||||
network = {
|
||||
format-wifi = " {signalStrength}%";
|
||||
format-ethernet = " ";
|
||||
tooltip-format = "Connected to {essid} {ifname} via {gwaddr}";
|
||||
format-linked = "{ifname} (No IP)";
|
||||
format-disconnected = " ";
|
||||
};
|
||||
# network = {
|
||||
# format-wifi = " {signalStrength}%";
|
||||
# format-ethernet = " ";
|
||||
# tooltip-format = "Connected to {essid} {ifname} via {gwaddr}";
|
||||
# format-linked = "{ifname} (No IP)";
|
||||
# format-disconnected = " ";
|
||||
# };
|
||||
tray = {
|
||||
icon-size = 18;
|
||||
spacing = 8;
|
||||
|
@ -82,9 +82,9 @@
|
|||
format = "{icon} {volume}%";
|
||||
tooltip = false;
|
||||
format-muted = " Muted";
|
||||
on-click = "pamixer -t";
|
||||
on-scroll-up = "pamixer -i 5";
|
||||
on-scroll-down = "pamixer -d 5";
|
||||
on-click = "easyeffects";
|
||||
on-scroll-up = "amixer sset Master 5%+";
|
||||
on-scroll-down = "amixer sset Master 5%-";
|
||||
scroll-step = 5;
|
||||
format-icons = {
|
||||
headphone = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue