Commit f8dcd71ebad9e4038c05cfbf8568905ddbf94eb7
1 parent
09f7f34021
Exists in
master
improved darker them
Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff
awesome/awesome/rc.lua
View file @
f8dcd71
... | ... | @@ -184,7 +184,7 @@ |
184 | 184 | memwidget:set_width(10) |
185 | 185 | memwidget:set_height(20) |
186 | 186 | memwidget:set_vertical(true) |
187 | -memwidget:set_background_color('#494B4F') | |
187 | +memwidget:set_background_color('#111111') | |
188 | 188 | memwidget:set_color('#AECF96') |
189 | 189 | memwidget:set_gradient_colors({ '#AECF96', '#88A175', '#FF5656' }) |
190 | 190 | -- RAM usage tooltip |
... | ... | @@ -201,7 +201,7 @@ |
201 | 201 | cpuwidget = awful.widget.graph() |
202 | 202 | cpuwidget:set_width(30) |
203 | 203 | cpuwidget:set_height(20) |
204 | -cpuwidget:set_background_color("#494B4F") | |
204 | +cpuwidget:set_background_color("#111111") | |
205 | 205 | cpuwidget:set_color("#FF5656") |
206 | 206 | cpuwidget:set_gradient_colors({ "#FF5656", "#88A175", "#AECF96" }) |
207 | 207 | cpuwidget_t = awful.tooltip({ objects = { cpuwidget.widget },}) |