tint2, rofi: Fix inappropriate icon size in tint2
rofi got roped into this as it required tweaking its offset But HOLY GOD DAMN IT'S FINALLY FUCKING FIXED
This commit is contained in:
parent
109f7bc977
commit
e19f13ac96
@ -13,7 +13,7 @@ configuration {
|
||||
modi: "drun,ssh,window";
|
||||
sidebar-mode: false;
|
||||
|
||||
yoffset: -32;
|
||||
yoffset: -33;
|
||||
xoffset: 0;
|
||||
width: 32;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
#---- Generated by tint2conf 881b ----
|
||||
#---- Generated by tint2conf 17f7 ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
@ -125,7 +125,7 @@ border_color_pressed = #000000 0
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = TSC
|
||||
panel_size = 100% 32
|
||||
panel_size = 100% 33
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 0 0
|
||||
panel_background_id = 7
|
||||
|
Loading…
Reference in New Issue
Block a user