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:
|
||||
|
||||
@ -11,19 +11,12 @@
|
||||
|
||||
(fn tag-list [s]
|
||||
(awful.widget.taglist
|
||||
{:screen s
|
||||
:filter awful.widget.taglist.filter.selected
|
||||
:style {:font (.. beautiful.font " Bold 10")}
|
||||
;; :widget_template
|
||||
;; {1
|
||||
;; {:id "index_role"
|
||||
;; :widget wibox.widget.textbox}
|
||||
;; :widget wibox.container.margin
|
||||
;; :margins 5
|
||||
;; :create_callback
|
||||
;; (lambda [self, c3, index, objects])}
|
||||
:layout wibox.layout.fixed.vertical
|
||||
}
|
||||
s
|
||||
awful.widget.taglist.filter.selected
|
||||
{}
|
||||
{:font (.. beautiful.font " Bold 10")}
|
||||
nil
|
||||
(wibox.layout.fixed.vertical)
|
||||
))
|
||||
|
||||
tag-list
|
||||
|
@ -9,10 +9,11 @@
|
||||
|
||||
(fn task-list [s]
|
||||
(awful.widget.tasklist
|
||||
{:screen s
|
||||
:filter awful.widget.tasklist.filter.currenttags
|
||||
:style {:disable_task_name true}
|
||||
}))
|
||||
s
|
||||
awful.widget.tasklist.filter.currenttags
|
||||
{}
|
||||
{:disable_task_name true}
|
||||
))
|
||||
|
||||
|
||||
task-list
|
||||
|
Loading…
Reference in New Issue
Block a user