Minor edits

This commit is contained in:
Derek Taylor
2024-01-25 16:58:45 -06:00
parent 57cd52f4b1
commit 96384be99c
2 changed files with 8 additions and 8 deletions

View File

@@ -267,8 +267,8 @@ Groups are really workspaces. group_names should remain 1-9 so the MOD+1-9 keyb
groups = []
group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9",]
group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX",]
#group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9",]
group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9",]
#group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX",]
#group_labels = ["", "", "", "", "", "", "", "", "",]
group_layouts = ["monadtall", "monadtall", "tile", "tile", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall"]
@@ -416,8 +416,8 @@ def init_widgets_list():
foreground = colors[1]
),
widget.GroupBox(
fontsize = 10,
margin_y = 6,
fontsize = 11,
margin_y = 5,
margin_x = 5,
padding_y = 0,
padding_x = 1,

View File

@@ -182,8 +182,8 @@ keys = [
groups = []
group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9",]
group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX",]
#group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9",]
group_labels = ["1", "2", "3", "4", "5", "6", "7", "8", "9",]
#group_labels = ["DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "GFX",]
#group_labels = ["", "", "", "", "", "", "", "", "",]
group_layouts = ["monadtall", "monadtall", "tile", "tile", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall"]
@@ -290,8 +290,8 @@ def init_widgets_list():
foreground = colors[1]
),
widget.GroupBox(
fontsize = 10,
margin_y = 6,
fontsize = 11,
margin_y = 5,
margin_x = 5,
padding_y = 0,
padding_x = 1,