Minor theme changes
This commit is contained in:
parent
20007c10bb
commit
9d468be547
|
@ -28,7 +28,7 @@ local dpi = xresources.apply_dpi
|
|||
local theme = {}
|
||||
-- {{{ Color definitions
|
||||
-- These variables define a fallback state for all widgets to use.
|
||||
theme.font = "sans 9"
|
||||
theme.font = "sans 10"
|
||||
theme.name = "carbon"
|
||||
|
||||
theme.bg_normal = "#19191D"
|
||||
|
@ -319,7 +319,7 @@ theme.launcher_button_bg_shape_border_width = dpi(1)
|
|||
|
||||
-- Hotkeys
|
||||
theme.hotkeys_border_color = "#262626"
|
||||
theme.hotkeys_opacity = 0.2
|
||||
theme.hotkeys_opacity = 1
|
||||
|
||||
-- Taglist
|
||||
local taglist_square_size = dpi(4)
|
||||
|
@ -333,6 +333,7 @@ theme.taglist_squares_unsel = theme_assets.taglist_squares_unsel(
|
|||
-- Wallpaper switcher
|
||||
theme.wallpapers_button_rounding = 5
|
||||
theme.wallpapers_container_rounding = 5
|
||||
theme.wallpapers_icon_bg_normal = theme.topbar_bg
|
||||
|
||||
-- Notifications widget
|
||||
theme.mailbox_button_rounding = 5
|
||||
|
@ -340,6 +341,13 @@ theme.mailbox_container_rounding = 5
|
|||
|
||||
-- Volume slider
|
||||
theme.volume_container_rounding = 5
|
||||
theme.volume_icon_bg_normal = theme.topbar_bg
|
||||
|
||||
-- Drawer
|
||||
theme.drawer_icon_bg_normal = theme.topbar_bg
|
||||
|
||||
-- Battery widget
|
||||
theme.battery_icon_bg_normal = theme.topbar_bg
|
||||
|
||||
-- Notifications
|
||||
-- (these are untouched as of now and don't fall under AWMTK configuration model. this might change in the future)
|
||||
|
|
|
@ -117,7 +117,7 @@ theme.launcher_button_bg_normal = {
|
|||
-- Example:
|
||||
--theme.taglist_bg_focus = "#ff0000"
|
||||
theme.hotkeys_border_color = "#262626"
|
||||
theme.hotkeys_opacity = 0.2
|
||||
theme.hotkeys_opacity = 1
|
||||
|
||||
theme.titlebar_bg_focus = {
|
||||
type = "linear",
|
||||
|
|
|
@ -59,7 +59,7 @@ theme.taglist_bg_focus = "#464646"
|
|||
-- Example:
|
||||
--theme.taglist_bg_focus = "#ff0000"
|
||||
theme.hotkeys_border_color = "#262626"
|
||||
theme.hotkeys_opacity = 0.2
|
||||
theme.hotkeys_opacity = 1
|
||||
|
||||
theme.titlebar_bg_focus = {
|
||||
type = "linear",
|
||||
|
|
|
@ -117,7 +117,7 @@ theme.launcher_button_bg_normal = {
|
|||
-- Example:
|
||||
--theme.taglist_bg_focus = "#ff0000"
|
||||
theme.hotkeys_border_color = "#262626"
|
||||
theme.hotkeys_opacity = 0.2
|
||||
theme.hotkeys_opacity = 1
|
||||
|
||||
theme.titlebar_bg_focus = {
|
||||
type = "linear",
|
||||
|
|
Loading…
Reference in New Issue