summaryrefslogtreecommitdiffstats
path: root/after/plugin/hypersonic.lua
blob: 2954d92ae86b04163e63d54acab2220e1ea9fb30 (plain) (blame)
1
2
3
4
5
6
7
8
local status_ok, hypersonic = pcall(require, "hypersonic")
if not status_ok then
	return
end

hypersonic.setup {
  border = 'shadow'
}