mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
6 lines
130 B
Lua
6 lines
130 B
Lua
require("presence").setup({
|
|
workspace_text = "Working on project",
|
|
editing_text = "Editing file",
|
|
buttons = false
|
|
})
|