Bluetooth works now and some style adjustments

This commit is contained in:
2025-02-02 13:58:45 -08:00
parent 06c01af45f
commit d3977958ed
5 changed files with 47 additions and 15 deletions

2
app.ts
View File

@@ -7,7 +7,7 @@ const hyprland = Hyprland.get_default()
App.start({
css: style,
icons: "/home/protoshark/.config/astal/assets/",
icons: "/home/protoshark/.config/ags/assets/",
main() {
hyprland.monitors.map((monitor) => Bar(monitor))
},