Compare commits

..

2 commits

Author SHA1 Message Date
a853cf4c23 chore: remove pavucontrol
All checks were successful
Discord / discord commits (push) Has been skipped
2024-12-07 22:16:34 -05:00
df111073d5 feat(ags audio): add back labels 2024-12-07 22:11:03 -05:00
2 changed files with 8 additions and 3 deletions

View file

@ -3,6 +3,8 @@ import { Gtk, Widget } from 'astal/gtk3';
import AstalWp from 'gi://AstalWp'; import AstalWp from 'gi://AstalWp';
import Separator from '../misc/separator';
import Streams from './streams'; import Streams from './streams';
import Profiles from './profiles'; import Profiles from './profiles';
@ -55,6 +57,10 @@ export default () => {
> >
<box halign={Gtk.Align.CENTER}> <box halign={Gtk.Align.CENTER}>
<icon icon={iconName} /> <icon icon={iconName} />
<Separator size={8} />
{label}
</box> </box>
</button> </button>
) as Widget.Button; ) as Widget.Button;

View file

@ -69,15 +69,14 @@ in {
''; '';
}) })
] ]
++ (builtins.attrValues { ++ (attrValues {
inherit inherit
(pkgs) (pkgs)
playerctl playerctl
pavucontrol # TODO: replace with ags widget
wayfreeze wayfreeze
; ;
}) })
++ (optionals cfgDesktop.isTouchscreen (builtins.attrValues { ++ (optionals cfgDesktop.isTouchscreen (attrValues {
inherit inherit
(pkgs) (pkgs)
ydotool ydotool