Minor changes

This commit is contained in:
Derek Taylor
2023-08-25 12:41:50 -05:00
parent a896ac544e
commit 1b96d03207

View File

@@ -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,