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