feat: downgrade to stable release
This commit is contained in:
parent
5b93b8f766
commit
da0a6ad0b9
@ -1,4 +1,4 @@
|
|||||||
;;; widget/tag-list.fnl --- Vertical tag list widget
|
;;; widget/tag-list.fnl --- Pop-out tag list widget
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
@ -11,19 +11,12 @@
|
|||||||
|
|
||||||
(fn tag-list [s]
|
(fn tag-list [s]
|
||||||
(awful.widget.taglist
|
(awful.widget.taglist
|
||||||
{:screen s
|
s
|
||||||
:filter awful.widget.taglist.filter.selected
|
awful.widget.taglist.filter.selected
|
||||||
:style {:font (.. beautiful.font " Bold 10")}
|
{}
|
||||||
;; :widget_template
|
{:font (.. beautiful.font " Bold 10")}
|
||||||
;; {1
|
nil
|
||||||
;; {:id "index_role"
|
(wibox.layout.fixed.vertical)
|
||||||
;; :widget wibox.widget.textbox}
|
|
||||||
;; :widget wibox.container.margin
|
|
||||||
;; :margins 5
|
|
||||||
;; :create_callback
|
|
||||||
;; (lambda [self, c3, index, objects])}
|
|
||||||
:layout wibox.layout.fixed.vertical
|
|
||||||
}
|
|
||||||
))
|
))
|
||||||
|
|
||||||
tag-list
|
tag-list
|
||||||
|
@ -9,10 +9,11 @@
|
|||||||
|
|
||||||
(fn task-list [s]
|
(fn task-list [s]
|
||||||
(awful.widget.tasklist
|
(awful.widget.tasklist
|
||||||
{:screen s
|
s
|
||||||
:filter awful.widget.tasklist.filter.currenttags
|
awful.widget.tasklist.filter.currenttags
|
||||||
:style {:disable_task_name true}
|
{}
|
||||||
}))
|
{:disable_task_name true}
|
||||||
|
))
|
||||||
|
|
||||||
|
|
||||||
task-list
|
task-list
|
||||||
|
Loading…
Reference in New Issue
Block a user