-
Notifications
You must be signed in to change notification settings - Fork 2
Directories
cr3eperall edited this page Aug 31, 2024
·
2 revisions
$XDG_CONFIG_DIR/ # usually ~/.config
├─ dynisland/ # by default dynisland will look here for configuration, this can be changed with the -c flag
│ ├─ modules/ # third party modules put in this directory will be loaded when dynisland starts
│ ├─ layouts/ # third party layout managers put in this directory will be loaded when dynisland starts
│ ├─ scripts/ # not used by dynisland but you can put scripts for ScriptModule or the cava config file here
│ ├─ dynisland.ron # main dynisland configuration file, generated with `dynisland default-config`
│ ├─ dynisland.scss # scss file
$XDG_RUNTIME_DIR/ # usually /run/user/1000
├─ dynisland.log # log file if dynisland is started in daemon mode
├─ dynisland.sock # socket file used for cli <-> daemon communication