add(ags/bar): network section + tweak styles

This commit is contained in:
2025-05-18 20:09:31 +02:00
parent 1dbd2d1f0d
commit 5b073fa9d6
9 changed files with 127 additions and 12 deletions

View File

@ -0,0 +1,8 @@
import { Gio } from "astal";
export default function Separator() {
return <image
cssClasses={["separator"]}
gicon={Gio.Icon.new_for_string("switch-on-symbolic")}
/>
}