mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Updating padding on quicklauncher icons
This commit is contained in:
@@ -436,7 +436,7 @@ def init_widgets_list():
|
|||||||
("🎸", "vlc", "VLC media player")
|
("🎸", "vlc", "VLC media player")
|
||||||
],
|
],
|
||||||
fontsize = 12,
|
fontsize = 12,
|
||||||
padding = 12,
|
padding = 6,
|
||||||
foreground = colors[3],
|
foreground = colors[3],
|
||||||
),
|
),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
|
|||||||
@@ -314,7 +314,7 @@ def init_widgets_list():
|
|||||||
("🎸", "vlc", "VLC media player")
|
("🎸", "vlc", "VLC media player")
|
||||||
],
|
],
|
||||||
fontsize = 12,
|
fontsize = 12,
|
||||||
padding = 12,
|
padding = 6,
|
||||||
foreground = colors[3],
|
foreground = colors[3],
|
||||||
),
|
),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
|
|||||||
Reference in New Issue
Block a user