beautified overlays

This commit is contained in:
Rouven Seifert 2023-06-22 14:34:05 +02:00
parent 99432a7244
commit 2d190a8791
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
8 changed files with 51 additions and 22 deletions

View file

@ -3,13 +3,7 @@
home.packages = with pkgs; [
# essentials
(wpa_supplicant_gui.overrideAttrs (prev: {
# better desktop application name. "wpa_gui" kinda sucks
postInstall = prev.postInstall + ''
substituteInPlace $out/share/applications/wpa_gui.desktop --replace "Name=wpa_gui" "Name=Manage Wifi"
'';
})) # manage wifi
wpa_supplicant_gui
pcmanfm
xdg-utils # used for xdg-open
snapper-gui
@ -62,7 +56,7 @@
rustfmt
clippy
gcc
self.packages.x86_64-linux.adguardian-term
adguardian-term
# libs
libyubikey

View file

@ -5,6 +5,7 @@
wl-clipboard
swaynotificationcenter
playerctl
wdisplays
];
services.swayidle = {

View file

@ -1,4 +1,4 @@
{ self, config, pkgs, lib, ... }:
{ config, pkgs, lib, ... }:
{
systemd.user.services.waybar.Service.Environment = "PATH=${pkgs.swaynotificationcenter}/bin";
programs.waybar = {
@ -55,7 +55,7 @@
format = " {}";
max-length = 80;
return-type = "json";
exec = "${lib.getExe self.packages.x86_64-linux.pww} -w spotifyd:title -p None 2> /dev/null";
exec = "${lib.getExe pkgs.pww} -w spotifyd:title -p None 2> /dev/null";
};
cpu = {
format = "{usage}% ";
@ -68,8 +68,8 @@
};
pulseaudio = {
format = "{volume}% {icon} {format_source}";
format-bluetooth = "{volume}% {icon} {format_source} ";
format-bluetooth-muted = " {icon} {format_source}";
format-bluetooth = "{volume}% {icon} {format_source} ";
format-bluetooth-muted = " {icon} {format_source}";
format-muted = "󰝟 {format_source}";
format-source = " {volume}% ";
format-source-muted = " ";