mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 00:14:14 +09:00
Making the main sensor label bold doesn't work, so use a dot instead to indicated the default sensor.
This commit is contained in:
@@ -41,8 +41,7 @@ const SensorsItem = new Lang.Class({
|
||||
},
|
||||
|
||||
setMainSensor: function() {
|
||||
//this.setShowDot(true);
|
||||
this.actor.add_style_class_name('popup-subtitle-menu-item'); //bold
|
||||
this.setOrnament(PopupMenu.Ornament.DOT);
|
||||
},
|
||||
|
||||
getLabel: function() {
|
||||
|
||||
Reference in New Issue
Block a user