mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-31 15:09:23 +02:00
theme: use less colors
This commit is contained in:
parent
19f735065b
commit
47115a0fbe
4 changed files with 19 additions and 16 deletions
|
@ -4,7 +4,7 @@ require("vicious")
|
|||
|
||||
-- Separator
|
||||
local separator = widget({ type = "textbox" })
|
||||
separator.text = ' <span color="' .. beautiful.fg_widget_sep .. '">|</span> '
|
||||
separator.text = ' <span color="' .. beautiful.fg_widget_sep .. '" size="small">⋆</span> '
|
||||
|
||||
-- Date
|
||||
local datewidget = widget({ type = "textbox" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue