feat(theme): minor update
This commit is contained in:
parent
3ee9ce2897
commit
ba2284cb65
@ -3,9 +3,10 @@
|
|||||||
(let [theme-dir (.. (os.getenv "HOME") "/.config/awesome/theme")
|
(let [theme-dir (.. (os.getenv "HOME") "/.config/awesome/theme")
|
||||||
icon-dir (.. theme-dir "/icons/")]
|
icon-dir (.. theme-dir "/icons/")]
|
||||||
{
|
{
|
||||||
:font "Sarasa Mono J"
|
:font "Sarasa UI J 10"
|
||||||
:variable_font "Sarasa UI J"
|
:font_mono "Sarasa Mono J Bold 10"
|
||||||
:textclock_font "Sarasa UI J"
|
|
||||||
|
:wallpaper (.. (os.getenv "HOME") "/pics/wp/sgIcOup.jpg")
|
||||||
|
|
||||||
:sidebar_position :left ;; *
|
:sidebar_position :left ;; *
|
||||||
:sidebar_width 36 ;; *
|
:sidebar_width 36 ;; *
|
||||||
@ -16,7 +17,7 @@
|
|||||||
:fg_focus "#cfcfcf"
|
:fg_focus "#cfcfcf"
|
||||||
:fg_normal "#cfcfcf"
|
:fg_normal "#cfcfcf"
|
||||||
|
|
||||||
:useless_gap 0
|
:useless_gap 2
|
||||||
:border_width 0
|
:border_width 0
|
||||||
:border_focus "#5bb3b4"
|
:border_focus "#5bb3b4"
|
||||||
:border_normal "#1a1e24"
|
:border_normal "#1a1e24"
|
||||||
@ -25,7 +26,7 @@
|
|||||||
|
|
||||||
:titlebar_position :left ;; *
|
:titlebar_position :left ;; *
|
||||||
:titlebar_size 15 ;; *
|
:titlebar_size 15 ;; *
|
||||||
:titlebar_bg_focus "#926b3e"
|
:titlebar_bg_focus "#5bb3b4"
|
||||||
:titlebar_bg_normal "#252b33"
|
:titlebar_bg_normal "#252b33"
|
||||||
:titlebar_fg_focus "#1a1e24"
|
:titlebar_fg_focus "#1a1e24"
|
||||||
:titlebar_fg_normal "#cfcfcf"
|
:titlebar_fg_normal "#cfcfcf"
|
||||||
@ -37,6 +38,6 @@
|
|||||||
|
|
||||||
:taglist_bg_empty (.. "png:" icon-dir "tag-list/unselected.png")
|
:taglist_bg_empty (.. "png:" icon-dir "tag-list/unselected.png")
|
||||||
:taglist_bg_focus (.. "png:" icon-dir "tag-list/selected.png")
|
:taglist_bg_focus (.. "png:" icon-dir "tag-list/selected.png")
|
||||||
:taglist_bg_occupied (.. "png:" icon-dir "tag-list/occupied.png")
|
:taglist_bg_occupied (.. "png:" icon-dir "tag-list/occupied-border.png")
|
||||||
:taglist_bg_urgent (.. "png:" icon-dir "tag-list/urgent.png")
|
:taglist_bg_urgent (.. "png:" icon-dir "tag-list/urgent.png")
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user