Skip to content

Commit

Permalink
Remove leftovers (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc authored Oct 10, 2024
1 parent 4071055 commit 1fb3062
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1,196 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,8 @@

<h4 align="left">Manage processes and monitor system resources</h4>

<p align="left">
<a href="https://github.com/stsdc/monitor/releases">
<img src="https://img.shields.io/github/release/stsdc/monitor.svg" alt="Release">
</a>
<img alt="GitHub Workflow Status" src="https://github.com/stsdc/monitor/actions/workflows/ci/badge.svg">
<a href="https://github.com/stsdc/monitor/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/stsdc/monitor.svg">
</a>
</p>

[![](https://img.shields.io/github/release/stsdc/monitor.svg)]()
[![Github Workflow Status](https://github.com/stsdc/monitor/actions/workflows/ci.yml/badge.svg)]()
[![Translation status](https://l10n.elementary.io/widget/desktop/monitor/svg-badge.svg)](https://l10n.elementary.io/engage/desktop/)

![Monitor Screenshot](https://github.com/stsdc/monitor/raw/dev/data/screenshots/monitor-processes.png)
Expand Down
85 changes: 0 additions & 85 deletions com.github.stsdc.monitor.spec

This file was deleted.

1 change: 0 additions & 1 deletion src/Widgets/Statusbar/Statusbar.vala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ public class Monitor.Statusbar : Gtk.ActionBar {
Gtk.Label memory_usage_label;
Gtk.Label swap_usage_label;
Gtk.Label gpu_usage_label;
Gtk.Label gpu_memory_usage_label;

construct {
var cpu_icon = new Gtk.Image.from_icon_name ("cpu-symbolic", Gtk.IconSize.SMALL_TOOLBAR) {
Expand Down
Loading

0 comments on commit 1fb3062

Please sign in to comment.