Compare commits

..

No commits in common. "565a25a1224b7d9ccc589e4eab26ab58c3cceb4d" and "423b66c2ce88db1d6d1a0325b56a20f5d8256fe4" have entirely different histories.

4 changed files with 38 additions and 24 deletions

View File

@ -190,10 +190,6 @@
"musnix" "musnix"
"--commit-lock-file" "--commit-lock-file"
"-L" "-L"
"--cores"
"12"
"-j"
"12"
]; ];
dates = "daily"; dates = "daily";
randomizedDelaySec = "45min"; randomizedDelaySec = "45min";

View File

@ -22,11 +22,6 @@ in {
extraConfig = '' extraConfig = ''
restore_paused "yes" restore_paused "yes"
auto_update "yes" auto_update "yes"
audio_output {
type "pipewire"
name "PipeWire Sound Server"
}
''; '';
}; };
services.mpd-mpris.enable = true; services.mpd-mpris.enable = true;

View File

@ -20,7 +20,7 @@ window#waybar {
} }
#workspaces button:hover, #workspaces button:hover,
#workspaces button:active { #workspaces button:active {
background-color: #606060; background-color: #292828;
color: #ffffff; color: #ffffff;
} }
#workspaces button.focused { #workspaces button.focused {
@ -41,18 +41,47 @@ window#waybar {
padding-right: 10px; padding-right: 10px;
} }
#tray, #tray {
#language, border-width: 1px;
#network, border-style: none none none solid;
#backlight, border-color: #444444;
#clock, padding-left: 3px;
#wireplumber, padding-right: 3px;
}
#language {
border-width: 1px;
border-style: none none none solid;
border-color: #444444;
padding-left: 3px;
padding-right: 3px;
}
#network {
border-width: 1px;
border-style: none none none solid;
border-color: #444444;
padding-left: 3px;
padding-right: 3px;
}
#backlight {
border-width: 1px;
border-style: none none none solid;
border-color: #444444;
padding-left: 3px;
padding-right: 3px;
}
#clock {
border-width: 1px;
border-style: none none none solid;
border-color: #444444;
padding-left: 3px;
padding-right: 3px;
}
#battery { #battery {
border-width: 1px; border-width: 1px;
border-style: none none none solid; border-style: none none none solid;
border-color: #444444; border-color: #444444;
padding-left: 3px; padding-left: 3px;
padding-right: 6px; padding-right: 3px;
} }
#battery.warning { #battery.warning {

View File

@ -44,7 +44,7 @@ in {
height = 26; height = 26;
modules-left = ["sway/workspaces" "sway/mode"]; modules-left = ["sway/workspaces" "sway/mode"];
modules-center = ["sway/window"]; modules-center = ["sway/window"];
modules-right = ["mpd" "wireplumber" "tray" "custom/squeekboard" "sway/language" "clock" "backlight" "battery" "network"]; modules-right = ["mpd" "tray" "custom/squeekboard" "sway/language" "clock" "backlight" "battery" "network"];
"sway/workspaces" = { "sway/workspaces" = {
disable-scroll = true; disable-scroll = true;
@ -134,12 +134,6 @@ in {
tooltip-format = "{ifname} via {gwaddr} 󰌘"; tooltip-format = "{ifname} via {gwaddr} 󰌘";
format-disconnected = "󰌙"; format-disconnected = "󰌙";
}; };
"wireplumber" = {
format = "{volume}% {icon}";
format-muted = "";
format-icons = ["" "" ""];
};
}; };
}; };
style = ./waybar.css; style = ./waybar.css;