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