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