feat: expanded all lists

This commit is contained in:
Nick 2025-01-08 19:06:14 -06:00
parent 59cc199722
commit bb0b55b011
144 changed files with 1798 additions and 507 deletions

View file

@ -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 = "";

View file

@ -1,5 +1,9 @@
{flake, ...}: let
inherit (flake.config.aesthetics.themes.theme) font colors;
inherit
(flake.config.aesthetics.themes.theme)
font
colors
;
custom = {
font = font;
font_size = "14px";
@ -46,7 +50,7 @@ in ''
color: #${colors.mauve};
}
#tray, #pulseaudio, #network, #cpu, #memory, #disk, #clock {
#tray, #pulseaudio, #cpu, #memory, #disk, #clock {
font-size: ${custom.font_size};
color: #${colors.mauve};
padding-right: 10px;
@ -54,8 +58,10 @@ in ''
#cpu {
}
#memory {
}
#disk {
}
@ -64,8 +70,6 @@ in ''
#pulseaudio {
}
#network {
}
#clock {
}