Skip to content

Commit

Permalink
Display applet: Show output names (handy when the the display name is…
Browse files Browse the repository at this point in the history
… the same for 2 or more monitors)
  • Loading branch information
clefebvre committed Aug 29, 2015
1 parent 2cea94d commit 0e231a6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@ MyApplet.prototype = {
},

_addOutputItem: function(config, output) {
let item = new PopupMenu.PopupMenuItem(output.get_display_name());
let item = new PopupMenu.PopupMenuItem("%s (%s)".format(output.get_display_name(), output.get_name()));
item.label.add_style_class_name('display-subtitle');
item.actor.reactive = false;
item.actor.can_focus = false;
Expand Down

0 comments on commit 0e231a6

Please sign in to comment.