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 Separator from '../misc/separator';
|
||||
|
||||
import Streams from './streams';
|
||||
import Profiles from './profiles';
|
||||
|
||||
|
@ -57,10 +55,6 @@ export default () => {
|
|||
>
|
||||
<box halign={Gtk.Align.CENTER}>
|
||||
<icon icon={iconName} />
|
||||
|
||||
<Separator size={8} />
|
||||
|
||||
{label}
|
||||
</box>
|
||||
</button>
|
||||
) as Widget.Button;
|
||||
|
|
|
@ -69,14 +69,15 @@ in {
|
|||
'';
|
||||
})
|
||||
]
|
||||
++ (attrValues {
|
||||
++ (builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
playerctl
|
||||
pavucontrol # TODO: replace with ags widget
|
||||
wayfreeze
|
||||
;
|
||||
})
|
||||
++ (optionals cfgDesktop.isTouchscreen (attrValues {
|
||||
++ (optionals cfgDesktop.isTouchscreen (builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
ydotool
|
||||
|
|
Loading…
Reference in a new issue