Dump nixos config after scrubing
This commit is contained in:
commit
5fa4c76c24
854 changed files with 30072 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
local wibox = require("wibox")
|
||||
|
||||
local icon = {
|
||||
{
|
||||
markup = '<span font="awesomewm-font 14" color="#ffffff">a</span>',
|
||||
widget = wibox.widget.textbox,
|
||||
},
|
||||
id = 'icon',
|
||||
top = 2,
|
||||
left = 10,
|
||||
layout = wibox.container.margin
|
||||
}
|
||||
|
||||
local text = '<b>Run</b>: '
|
||||
|
||||
return {
|
||||
icon = icon,
|
||||
text = text,
|
||||
cursor_color = '#74aeab',
|
||||
history = '/history'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue