Using default icons for layouts.

This commit is contained in:
Derek Taylor
2023-08-07 21:44:02 -05:00
parent 378440d5db
commit 6cb4348601
2 changed files with 2 additions and 2 deletions

View File

@@ -219,7 +219,7 @@ for i in groups:
]
)
colors = [["#282c34ee", "#282c34cc"],
colors = [["#282c34ee", "#282c34dd"],
["#1c1f24", "#1c1f24"],
["#dfdfdf", "#dfdfdf"],
["#ff6c6b", "#ff6c6b"],
@@ -326,7 +326,7 @@ def init_widgets_list():
fontsize = 14
),
widget.CurrentLayoutIcon(
custom_icon_paths = [os.path.expanduser("~/.config/qtile/icons")],
# custom_icon_paths = [os.path.expanduser("~/.config/qtile/icons")],
foreground = colors[2],
padding = 0,
scale = 0.7

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 12 KiB