Add volume indicator
This commit is contained in:
@@ -12,7 +12,7 @@ local mainMod = "SUPER"
|
||||
-- require("monitors")
|
||||
local colors = require("colors")
|
||||
-- require("programs")
|
||||
require("autostart")
|
||||
-- require("autostart")
|
||||
require("environment")
|
||||
require("look-and-feel")
|
||||
require("input")
|
||||
@@ -22,6 +22,14 @@ require("keybindings")
|
||||
-- exec-once = hyprpaper # wallpaper
|
||||
-- exec-once = cava -p ~/.config/cava/config
|
||||
|
||||
hl.on("hyprland.start", function()
|
||||
hl.exec_cmd("/usr/lib/hyprpolkitagent/hyprpolkitagent")
|
||||
hl.exec_cmd("/usr/bin/qs &")
|
||||
hl.exec_cmd("awww-daemon")
|
||||
hl.exec_cmd("hyprsunset")
|
||||
hl.exec_cmd("qs -c overview")
|
||||
end)
|
||||
|
||||
-- monitors
|
||||
|
||||
--###############
|
||||
|
||||
Reference in New Issue
Block a user