Add power_profiles prompt to framework
This commit is contained in:
parent
28080d31c0
commit
45e90570b7
4 changed files with 26 additions and 12 deletions
|
@ -57,7 +57,6 @@ in
|
|||
feh # For images?
|
||||
deluge # Torrent client
|
||||
pavucontrol # PulseAudio control panel
|
||||
cinnamon.nemo # File manager
|
||||
thunderbird # Email
|
||||
sublime-music # For navidrome
|
||||
cinny-desktop
|
||||
|
|
|
@ -14,7 +14,7 @@ let
|
|||
systemd.user.services.swaync.Unit.PartOf = lib.mkForce [ "sway-session.target" ];
|
||||
|
||||
programs.my-sway.waybar = {
|
||||
extraSettings = {
|
||||
extraSettings = [{
|
||||
modules-right = mkAfter [ "custom/swaync" ];
|
||||
modules."custom/swaync" = {
|
||||
tooltip = false;
|
||||
|
@ -36,7 +36,7 @@ let
|
|||
on-click-right = "${swaync}/bin/swaync-client -d -sw";
|
||||
escape = true;
|
||||
};
|
||||
};
|
||||
}];
|
||||
extraStyle = mkAfter ''
|
||||
#custom-swaync {
|
||||
background: #F0FFFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue