Skip to content

Commit d29b024

Browse files
committed
2 parents 8462c8b + c429a20 commit d29b024

32 files changed

+7
-506
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Development is suspended for year (I am in the army now)
21
---
32
Vala Panel Extras
43
---
54

65
This is StatusNotifierItems for using in Vala Panel (but can be used any DE in list below). Supported DE is:
76
* XFCE (via xfce4-sntray-plugin or xfce4-snw-plugin)
7+
* Mate (via xfce4-sntray-plugin or xfce4-snw-plugin)
88
* ValaPanel (SNTray)
99
* KDE (native)
1010
* Gnome (via gnome-shell-extension-appindicator)

applets/gtop/gtop.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static int main(string[] args)
1515
[DBus (name = "org.kde.StatusNotifierItem")]
1616
public class NetloadIconExporter : ItemExporter
1717
{
18-
private static const string IFACE = "network-interface";
18+
private const string IFACE = "network-interface";
1919
public string network_interface {get; internal set;}
2020
public bool reload {get; internal set;}
2121
private uint64 bytes_in_old;

applets/weather/weather.vala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ namespace Weather
1616
[DBus (name = "org.kde.StatusNotifierItem")]
1717
public class WeatherIconExporter : ItemExporter
1818
{
19-
internal static const string LOCATIONS = "locations";
20-
internal static const string CURRENT_LOC = "current-location";
21-
internal static const string UPDATE = "update-interval";
22-
internal static const string SHOW_LABEL = "show-temperature";
19+
internal const string LOCATIONS = "locations";
20+
internal const string CURRENT_LOC = "current-location";
21+
internal const string UPDATE = "update-interval";
22+
internal const string SHOW_LABEL = "show-temperature";
2323
private uint update_source;
2424
internal GWeather.Location[] locations {get; set;}
2525
internal bool show_temperature {get; set;}

archlinux/PKGBUILD

Lines changed: 0 additions & 140 deletions
This file was deleted.

archlinux/vala-panel-extras.install

Lines changed: 0 additions & 12 deletions
This file was deleted.

debian/changelog

Lines changed: 0 additions & 17 deletions
This file was deleted.

debian/compat

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/control

Lines changed: 0 additions & 121 deletions
This file was deleted.

debian/copyright

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)