mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
20 lines
339 B
Lua
20 lines
339 B
Lua
local M = {}
|
|
|
|
M.ui = {
|
|
theme = "poimandres",
|
|
transparency = true,
|
|
nvdash = {
|
|
load_on_startup = true,
|
|
|
|
header = {
|
|
"|------------------------|",
|
|
"| NOBODY FUX WITH TUX |",
|
|
"|------------------------|",
|
|
" \\ (•◡•) / ",
|
|
" \\ / ",
|
|
},
|
|
},
|
|
}
|
|
|
|
return M
|