Browse Source

Fixed audio panel width

master
Yessiest 2 years ago
parent
commit
d8f74495db
  1. 12
      themes/unity/theme.lua
  2. 1
      themes/unity2/theme.lua
  3. 1
      themes/unity_simplified/theme.lua

12
themes/unity/theme.lua

@ -9,7 +9,9 @@ theme.name = "unity"
theme.font = "Ubuntu Regular 10"
theme.unitybar_width = dpi(60)
theme.unitybar_bg = "#0D0D09AA"
theme.unitybar_border_width = 0
theme.icon_rounding = 5
theme.volume_slider_width = 60
theme.tasklist_button_shape_border_width = dpi(1)
theme.tasklist_button_shape_border_color = "#262626AA"
theme.launcher_button_shape_border_width = dpi(1)
@ -105,13 +107,21 @@ theme.titlebar_bg_focus = {
}
theme.titlebar_bg_normal = {
type = "linear",
from = { 0, 15 },
to = { 0, 0 },
stops = { { 0, "#2A2A26"} , { 1 , "#454440"} }
}
theme.topbar_bg = {
type = "linear",
from = { 0, 15 },
to = { 0, 0 },
stops = { { 0, "#3A3A36"} , { 1 , "#454440"} }
}
theme.topbar_bg = "#3C3B37"
theme.titlebar_rounding = 6
theme.bg_systray = "#3A3A36"
theme.prompt_bg = theme.titlebar_bg_normal

1
themes/unity2/theme.lua

@ -12,6 +12,7 @@ theme.unitybar_bg = "#1D1D1DFF"
theme.unitybar_border_width = 0
theme.icon_rounding = 5
theme.username_container_spacing_horizontal = 3
theme.volume_slider_width = 60
theme.launcher_button_size = 44
theme.tasklist_button_size = 44
theme.macbar_rounding = 5

1
themes/unity_simplified/theme.lua

@ -10,6 +10,7 @@ theme.font = "Ubuntu Regular 10"
theme.unitybar_width = dpi(60)
theme.unitybar_bg = "#0D0D09AA"
theme.icon_rounding = 5
theme.volume_slider_width = 60
theme.tasklist_button_shape_border_width = dpi(1)
theme.tasklist_button_shape_border_color = "#262626AA"
theme.launcher_button_shape_border_width = dpi(1)

Loading…
Cancel
Save