idk formatting i guess
This commit is contained in:
parent
6b8b5f62ea
commit
28141a5bc3
1 changed files with 8 additions and 8 deletions
|
|
@ -2,14 +2,14 @@ import { exec } from "astal";
|
||||||
import { Gdk } from "astal/gtk4";
|
import { Gdk } from "astal/gtk4";
|
||||||
|
|
||||||
function Pywal() {
|
function Pywal() {
|
||||||
return (
|
return (
|
||||||
<button
|
<button
|
||||||
cssClasses={["Pywal"]}
|
cssClasses={["Pywal", "Button"]}
|
||||||
cursor={Gdk.Cursor.new_from_name("pointer", null)}
|
cursor={Gdk.Cursor.new_from_name("pointer", null)}
|
||||||
label={""}
|
label={""}
|
||||||
onClicked={() => exec("bash -c ~/dotfiles/.scripts/pywal-swww.sh")}
|
onClicked={() => exec("bash -c ~/dotfiles/.scripts/pywal-swww.sh")}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Pywal;
|
export default Pywal;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue