mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
added sketchybar config
This commit is contained in:
parent
87bb07f015
commit
95ebd7af03
38 changed files with 2329 additions and 0 deletions
16
dot_config/sketchybar/init.lua
Normal file
16
dot_config/sketchybar/init.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
-- Require the sketchybar module
|
||||
sbar = require("sketchybar")
|
||||
|
||||
-- Set the bar name, if you are using another bar instance than sketchybar
|
||||
-- sbar.set_bar_name("bottom_bar")
|
||||
|
||||
-- Bundle the entire initial configuration into a single message to sketchybar
|
||||
sbar.begin_config()
|
||||
require("bar")
|
||||
require("default")
|
||||
require("items")
|
||||
sbar.end_config()
|
||||
|
||||
-- Run the event loop of the sketchybar module (without this there will be no
|
||||
-- callback functions executed in the lua module)
|
||||
sbar.event_loop()
|
||||
Loading…
Add table
Add a link
Reference in a new issue