Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed May 4, 2017
2 parents 8462c8b + c429a20 commit d29b024
Show file tree
Hide file tree
Showing 32 changed files with 7 additions and 506 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Development is suspended for year (I am in the army now)
---
Vala Panel Extras
---

This is StatusNotifierItems for using in Vala Panel (but can be used any DE in list below). Supported DE is:
* XFCE (via xfce4-sntray-plugin or xfce4-snw-plugin)
* Mate (via xfce4-sntray-plugin or xfce4-snw-plugin)
* ValaPanel (SNTray)
* KDE (native)
* Gnome (via gnome-shell-extension-appindicator)
Expand Down
2 changes: 1 addition & 1 deletion applets/gtop/gtop.vala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static int main(string[] args)
[DBus (name = "org.kde.StatusNotifierItem")]
public class NetloadIconExporter : ItemExporter
{
private static const string IFACE = "network-interface";
private const string IFACE = "network-interface";
public string network_interface {get; internal set;}
public bool reload {get; internal set;}
private uint64 bytes_in_old;
Expand Down
8 changes: 4 additions & 4 deletions applets/weather/weather.vala
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ namespace Weather
[DBus (name = "org.kde.StatusNotifierItem")]
public class WeatherIconExporter : ItemExporter
{
internal static const string LOCATIONS = "locations";
internal static const string CURRENT_LOC = "current-location";
internal static const string UPDATE = "update-interval";
internal static const string SHOW_LABEL = "show-temperature";
internal const string LOCATIONS = "locations";
internal const string CURRENT_LOC = "current-location";
internal const string UPDATE = "update-interval";
internal const string SHOW_LABEL = "show-temperature";
private uint update_source;
internal GWeather.Location[] locations {get; set;}
internal bool show_temperature {get; set;}
Expand Down
140 changes: 0 additions & 140 deletions archlinux/PKGBUILD

This file was deleted.

12 changes: 0 additions & 12 deletions archlinux/vala-panel-extras.install

This file was deleted.

2 changes: 1 addition & 1 deletion cmake
17 changes: 0 additions & 17 deletions debian/changelog

This file was deleted.

1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

121 changes: 0 additions & 121 deletions debian/control

This file was deleted.

28 changes: 0 additions & 28 deletions debian/copyright

This file was deleted.

1 change: 0 additions & 1 deletion debian/docs

This file was deleted.

26 changes: 0 additions & 26 deletions debian/patches/install-all-schemas-at-once.patch

This file was deleted.

1 change: 0 additions & 1 deletion debian/patches/series

This file was deleted.

Loading

0 comments on commit d29b024

Please sign in to comment.