Skip to content

Commit

Permalink
Added support for moving the launcher to the bottom
Browse files Browse the repository at this point in the history
updated missing reference

...

...

...

...

...

...

...
  • Loading branch information
Seth-Johnson committed Mar 20, 2016
1 parent 408139a commit 40a3eb0
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 168 deletions.
29 changes: 28 additions & 1 deletion UnityTweakTool/section/unity.py
Expand Up @@ -222,13 +222,38 @@
'dependants': []
})

radio_launcher_position_left=Radio({
'id' : 'radio_launcher_position_left',
'builder' : Unity.builder,
'schema' : 'com.canonical.Unity.Launcher',
'path' : '/com/canonical/unity/launcher/',
'key' : 'launcher-position',
'type' : 'string',
'group' : 'radio_launcher_position_left',
'value' : 'Left',
'dependants': []
})

radio_launcher_position_bottom=Radio({
'id' : 'radio_launcher_position_bottom',
'builder' : Unity.builder,
'schema' : 'com.canonical.Unity.Launcher',
'path' : '/com/canonical/unity/launcher/',
'key' : 'launcher-position',
'type' : 'string',
'group' : 'radio_launcher_position_left',
'value' : 'Bottom',
'dependants': []
})

LauncherIcons=Tab([sw_launcher_hidemode,
cbox_autohide_animation,
radio_reveal_left,
radio_reveal_left,
radio_reveal_topleft,
radio_launcher_visibility_primary,
radio_launcher_visibility_all,
radio_launcher_position_left,
radio_launcher_position_bottom,
cbox_urgent_animation,
cbox_launch_animation,
cbox_launcher_icon_colouring,
Expand All @@ -238,6 +263,8 @@
color_launcher_color_cus,
check_minimize_window])



#=============== DASH ==========================


Expand Down

0 comments on commit 40a3eb0

Please sign in to comment.