Compare commits

..

No commits in common. "bc59c51c9ecf17f5a7b557f0327286a16237e59f" and "9ee2ef049312d46324e2dc039f08b4b63428c1be" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View file

@ -142,10 +142,8 @@ export default class WifiSignalPlusExtension extends Extension {
style_class: 'wifi-signal-plus-label', style_class: 'wifi-signal-plus-label',
}); });
const box = new St.BoxLayout({ style_class: 'panel-status-menu-box' }); this.indicator.add_child(this.icon);
box.add_child(this.icon); this.indicator.add_child(this.label);
box.add_child(this.label);
this.indicator.add_child(box);
this.buildMenu(); this.buildMenu();
Main.panel.addToStatusArea(this.uuid, this.indicator); Main.panel.addToStatusArea(this.uuid, this.indicator);

View file

@ -8,8 +8,6 @@ import Gio from 'gi://Gio';
import GLib from 'gi://GLib'; import GLib from 'gi://GLib';
import NM from 'gi://NM'; import NM from 'gi://NM';
Gio._promisify(Gio.Subprocess.prototype, 'communicate_utf8_async', 'communicate_utf8_finish');
import { parseIwLinkOutput, createEmptyIwLinkInfo } from './wifiGeneration.js'; import { parseIwLinkOutput, createEmptyIwLinkInfo } from './wifiGeneration.js';
import { import {
type WifiConnectionInfo, type WifiConnectionInfo,