Compare commits
No commits in common. "a853cf4c233527e0de505059dfce994357879092" and "bdc42a765eaca94a9ad9626e3c3eec94d3587d27" have entirely different histories.
a853cf4c23
...
bdc42a765e
2 changed files with 3 additions and 8 deletions
|
@ -3,8 +3,6 @@ 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';
|
||||||
|
|
||||||
|
@ -57,10 +55,6 @@ 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,14 +69,15 @@ in {
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
++ (attrValues {
|
++ (builtins.attrValues {
|
||||||
inherit
|
inherit
|
||||||
(pkgs)
|
(pkgs)
|
||||||
playerctl
|
playerctl
|
||||||
|
pavucontrol # TODO: replace with ags widget
|
||||||
wayfreeze
|
wayfreeze
|
||||||
;
|
;
|
||||||
})
|
})
|
||||||
++ (optionals cfgDesktop.isTouchscreen (attrValues {
|
++ (optionals cfgDesktop.isTouchscreen (builtins.attrValues {
|
||||||
inherit
|
inherit
|
||||||
(pkgs)
|
(pkgs)
|
||||||
ydotool
|
ydotool
|
||||||
|
|
Loading…
Reference in a new issue