change color order
This commit is contained in:
parent
0bf1dd56fc
commit
d2f0180c1e
3 changed files with 3 additions and 3 deletions
|
|
@ -138,7 +138,7 @@ batwidget:set_vertical(true)
|
|||
batwidget:set_background_color("#494B4F")
|
||||
batwidget:set_border_color(nil)
|
||||
batwidget:set_color("#FF5656")
|
||||
batwidget:set_gradient_colors({ '#AECF96', '#88A175', '#FF5656' })
|
||||
batwidget:set_gradient_colors({'#FF5656' , '#88A175', '#AECF96' })
|
||||
|
||||
batwidget_t = awful.tooltip({ objects = { batwidget.widget },})
|
||||
|
||||
|
|
|
|||
2
.gvimrc
2
.gvimrc
|
|
@ -1,7 +1,7 @@
|
|||
winsize 115 45
|
||||
"set expandtab
|
||||
"set guifont=DejaVu\ Sans\ Mono:h15.00
|
||||
set guifont=Inconsolata\ 14
|
||||
set guifont=Inconsolata\ 13
|
||||
set guioptions-=L
|
||||
set guioptions-=r
|
||||
set guioptions-=m
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 618d884562f2b99fa62e3fb90e3531bf17396efa
|
||||
Subproject commit 4c7e649efba289df0e7e8bb9abfa37f95b28f8ed
|
||||
Loading…
Add table
Add a link
Reference in a new issue