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