Tint2, Conky: Use hard panel sizes
This also fixes an issue with rofi spawning in weird places
This commit is contained in:
parent
bcd5ba29d3
commit
2c894eaa3a
.config
@ -24,7 +24,7 @@ conky.config = {
|
|||||||
minimum_width = 304,
|
minimum_width = 304,
|
||||||
border_width = 6,
|
border_width = 6,
|
||||||
gap_x = 10,
|
gap_x = 10,
|
||||||
gap_y = 64,
|
gap_y = 32,
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
draw_shades = false
|
draw_shades = false
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@ conky.config = {
|
|||||||
minimum_width = 304,
|
minimum_width = 304,
|
||||||
border_width = 6,
|
border_width = 6,
|
||||||
gap_x = 10,
|
gap_x = 10,
|
||||||
gap_y = 64,
|
gap_y = 32,
|
||||||
|
|
||||||
format_human_readable = true,
|
format_human_readable = true,
|
||||||
temperature_unit = "celsius",
|
temperature_unit = "celsius",
|
||||||
|
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
#---- Generated by tint2conf e259 ----
|
#---- Generated by tint2conf 881b ----
|
||||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||||
# full documentation of the configuration options.
|
# full documentation of the configuration options.
|
||||||
#-------------------------------------
|
#-------------------------------------
|
||||||
@ -125,7 +125,7 @@ border_color_pressed = #000000 0
|
|||||||
#-------------------------------------
|
#-------------------------------------
|
||||||
# Panel
|
# Panel
|
||||||
panel_items = TSC
|
panel_items = TSC
|
||||||
panel_size = 100% 3%
|
panel_size = 100% 32
|
||||||
panel_margin = 0 0
|
panel_margin = 0 0
|
||||||
panel_padding = 0 0 0
|
panel_padding = 0 0 0
|
||||||
panel_background_id = 7
|
panel_background_id = 7
|
||||||
|
Reference in New Issue
Block a user