eh it works sorta maybe

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2016-09-27 04:18:43 +03:00
parent 249870e00e
commit b01792ec1b
5 changed files with 171 additions and 0 deletions

15
rc Normal file
View File

@@ -0,0 +1,15 @@
# vim: ft=ruby
def draw()
bg_f = $config['colours']['bg_focused']
panel = [
$panel_data[:bspwm_pager],
"%{r}",
"%{F#{bg_f}}%{F-}%{B#{bg_f}} ",
$panel_data[:date],
" %{B-}"
]
return panel.join
end