Compare commits
2 commits
bdc42a765e
...
a853cf4c23
Author | SHA1 | Date | |
---|---|---|---|
a853cf4c23 | |||
df111073d5 |
2 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue