Add device section from deprecated configuration

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-06-19 13:47:37 +02:00
parent 55f5a412d9
commit 3c6d75de94
4 changed files with 31 additions and 1 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
-- Module devices
local monitor = require("monitor")
local background = require("background")
local status_bar = require("status_bar")
local devices = require("devices")
-- on event
-- On event
hl.on("hyprland.start", function()
monitor.start()
background.start()