mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 18:40:26 +10:00
Minor changes
This commit is contained in:
@@ -138,7 +138,7 @@ keys = [
|
||||
'next': 'mocp -f',
|
||||
'previous': 'mocp -r',
|
||||
'quit': 'mocp -x',
|
||||
'open': 'urxvt -e mocp',
|
||||
'open': 'alacritty -e htop',
|
||||
'shuffle': 'mocp -t shuffle',
|
||||
'repeat': 'mocp -t repeat',
|
||||
},
|
||||
@@ -266,15 +266,15 @@ layouts = [
|
||||
border_width = 0,
|
||||
bg_color = colors[0],
|
||||
active_bg = colors[8],
|
||||
active_fg = colors[1],
|
||||
active_fg = colors[2],
|
||||
inactive_bg = colors[1],
|
||||
inactive_fg = colors[2],
|
||||
inactive_fg = colors[0],
|
||||
padding_left = 8,
|
||||
padding_x = 8,
|
||||
padding_y = 6,
|
||||
sections = ["ONE", "TWO", "THREE"],
|
||||
section_fontsize = 10,
|
||||
section_fg = colors[2],
|
||||
section_fg = colors[7],
|
||||
section_top = 15,
|
||||
section_bottom = 15,
|
||||
level_shift = 8,
|
||||
|
||||
Reference in New Issue
Block a user