clean up
This commit is contained in:
@@ -515,8 +515,13 @@ Theme_config.right_bar = {
|
||||
|
||||
Theme_config.titlebar = {
|
||||
bg = "#121212AA",
|
||||
size = dpi(38),
|
||||
close_button = {
|
||||
border_color = "#00000000",
|
||||
border_width = dpi(2),
|
||||
shape = function(cr, width, height)
|
||||
gshape.rounded_rect(cr, width, height, dpi(6))
|
||||
end,
|
||||
bg = "#00000000",
|
||||
fg = color["Grey100"],
|
||||
hover_border = color["Red800"],
|
||||
@@ -525,6 +530,10 @@ Theme_config.titlebar = {
|
||||
},
|
||||
minimize_button = {
|
||||
border_color = "#00000000",
|
||||
border_width = dpi(2),
|
||||
shape = function(cr, width, height)
|
||||
gshape.rounded_rect(cr, width, height, dpi(6))
|
||||
end,
|
||||
fg = color["Grey100"],
|
||||
bg = "#00000000",
|
||||
hover_border = color["Orange800"],
|
||||
@@ -533,6 +542,10 @@ Theme_config.titlebar = {
|
||||
},
|
||||
maximize_button = {
|
||||
border_color = "#00000000",
|
||||
border_width = dpi(2),
|
||||
shape = function(cr, width, height)
|
||||
gshape.rounded_rect(cr, width, height, dpi(6))
|
||||
end,
|
||||
fg = color["Grey100"],
|
||||
bg = "#00000000",
|
||||
hover_border = color["Green800"],
|
||||
|
||||
@@ -55,6 +55,14 @@ User_config = {
|
||||
]] --
|
||||
battery_path = nil,
|
||||
|
||||
--[[
|
||||
The brightness increase/decrease step in percent.
|
||||
Example:
|
||||
brightness_step = 5
|
||||
Will increase the brightness by 5% at a time
|
||||
]]
|
||||
brightness_step = 2,
|
||||
|
||||
--[[
|
||||
DnD or 'Do not Disturb' will prevent notifications from poping up.
|
||||
This is just a default value, you can toggle it in the notification-center, but it won't be saved.
|
||||
@@ -213,7 +221,7 @@ User_config = {
|
||||
--[[
|
||||
This is the default terminal, Alacritty is the default.
|
||||
]] --
|
||||
terminal = "alacritty",
|
||||
terminal = "kitty",
|
||||
|
||||
text_editor = "code",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user