mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 04:38:29 +10:00
Minor edits
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user