Fixed audio panel width
This commit is contained in:
parent
aa869a5c9e
commit
d8f74495db
|
@ -9,7 +9,9 @@ theme.name = "unity"
|
||||||
theme.font = "Ubuntu Regular 10"
|
theme.font = "Ubuntu Regular 10"
|
||||||
theme.unitybar_width = dpi(60)
|
theme.unitybar_width = dpi(60)
|
||||||
theme.unitybar_bg = "#0D0D09AA"
|
theme.unitybar_bg = "#0D0D09AA"
|
||||||
|
theme.unitybar_border_width = 0
|
||||||
theme.icon_rounding = 5
|
theme.icon_rounding = 5
|
||||||
|
theme.volume_slider_width = 60
|
||||||
theme.tasklist_button_shape_border_width = dpi(1)
|
theme.tasklist_button_shape_border_width = dpi(1)
|
||||||
theme.tasklist_button_shape_border_color = "#262626AA"
|
theme.tasklist_button_shape_border_color = "#262626AA"
|
||||||
theme.launcher_button_shape_border_width = dpi(1)
|
theme.launcher_button_shape_border_width = dpi(1)
|
||||||
|
@ -105,13 +107,21 @@ theme.titlebar_bg_focus = {
|
||||||
}
|
}
|
||||||
|
|
||||||
theme.titlebar_bg_normal = {
|
theme.titlebar_bg_normal = {
|
||||||
|
type = "linear",
|
||||||
|
from = { 0, 15 },
|
||||||
|
to = { 0, 0 },
|
||||||
|
stops = { { 0, "#2A2A26"} , { 1 , "#454440"} }
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
theme.topbar_bg = {
|
||||||
type = "linear",
|
type = "linear",
|
||||||
from = { 0, 15 },
|
from = { 0, 15 },
|
||||||
to = { 0, 0 },
|
to = { 0, 0 },
|
||||||
stops = { { 0, "#3A3A36"} , { 1 , "#454440"} }
|
stops = { { 0, "#3A3A36"} , { 1 , "#454440"} }
|
||||||
|
|
||||||
}
|
}
|
||||||
theme.topbar_bg = "#3C3B37"
|
|
||||||
theme.titlebar_rounding = 6
|
theme.titlebar_rounding = 6
|
||||||
theme.bg_systray = "#3A3A36"
|
theme.bg_systray = "#3A3A36"
|
||||||
theme.prompt_bg = theme.titlebar_bg_normal
|
theme.prompt_bg = theme.titlebar_bg_normal
|
||||||
|
|
|
@ -12,6 +12,7 @@ theme.unitybar_bg = "#1D1D1DFF"
|
||||||
theme.unitybar_border_width = 0
|
theme.unitybar_border_width = 0
|
||||||
theme.icon_rounding = 5
|
theme.icon_rounding = 5
|
||||||
theme.username_container_spacing_horizontal = 3
|
theme.username_container_spacing_horizontal = 3
|
||||||
|
theme.volume_slider_width = 60
|
||||||
theme.launcher_button_size = 44
|
theme.launcher_button_size = 44
|
||||||
theme.tasklist_button_size = 44
|
theme.tasklist_button_size = 44
|
||||||
theme.macbar_rounding = 5
|
theme.macbar_rounding = 5
|
||||||
|
|
|
@ -10,6 +10,7 @@ theme.font = "Ubuntu Regular 10"
|
||||||
theme.unitybar_width = dpi(60)
|
theme.unitybar_width = dpi(60)
|
||||||
theme.unitybar_bg = "#0D0D09AA"
|
theme.unitybar_bg = "#0D0D09AA"
|
||||||
theme.icon_rounding = 5
|
theme.icon_rounding = 5
|
||||||
|
theme.volume_slider_width = 60
|
||||||
theme.tasklist_button_shape_border_width = dpi(1)
|
theme.tasklist_button_shape_border_width = dpi(1)
|
||||||
theme.tasklist_button_shape_border_color = "#262626AA"
|
theme.tasklist_button_shape_border_color = "#262626AA"
|
||||||
theme.launcher_button_shape_border_width = dpi(1)
|
theme.launcher_button_shape_border_width = dpi(1)
|
||||||
|
|
Loading…
Reference in New Issue