mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-09 14:10:53 +02:00
beautified overlays
This commit is contained in:
parent
99432a7244
commit
2d190a8791
8 changed files with 51 additions and 22 deletions
|
@ -5,6 +5,7 @@
|
|||
wl-clipboard
|
||||
swaynotificationcenter
|
||||
playerctl
|
||||
wdisplays
|
||||
];
|
||||
|
||||
services.swayidle = {
|
||||
|
|
|
@ -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 = " ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue