mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Using default icons for layouts.
This commit is contained in:
@@ -219,7 +219,7 @@ for i in groups:
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
colors = [["#282c34ee", "#282c34cc"],
|
colors = [["#282c34ee", "#282c34dd"],
|
||||||
["#1c1f24", "#1c1f24"],
|
["#1c1f24", "#1c1f24"],
|
||||||
["#dfdfdf", "#dfdfdf"],
|
["#dfdfdf", "#dfdfdf"],
|
||||||
["#ff6c6b", "#ff6c6b"],
|
["#ff6c6b", "#ff6c6b"],
|
||||||
@@ -326,7 +326,7 @@ def init_widgets_list():
|
|||||||
fontsize = 14
|
fontsize = 14
|
||||||
),
|
),
|
||||||
widget.CurrentLayoutIcon(
|
widget.CurrentLayoutIcon(
|
||||||
custom_icon_paths = [os.path.expanduser("~/.config/qtile/icons")],
|
# custom_icon_paths = [os.path.expanduser("~/.config/qtile/icons")],
|
||||||
foreground = colors[2],
|
foreground = colors[2],
|
||||||
padding = 0,
|
padding = 0,
|
||||||
scale = 0.7
|
scale = 0.7
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user