-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
1,922 additions
and
855 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ build | |
.vscode | ||
*~ | ||
.goutputstream-* | ||
subprojects/*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
language: node_js | ||
|
||
node_js: | ||
- 10/* | ||
- 10.17.0 | ||
|
||
sudo: required | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
.roundy-label, | ||
.roundy-label:hover, | ||
.roundy-label:selected, | ||
.roundy-label:selected:focus, | ||
.roundy-label:hover:selected { | ||
background-image: none; | ||
background-color: @SILVER_300; | ||
box-shadow: none; | ||
color: alpha(@text_color, 0.7); | ||
font-weight: 700; | ||
border-radius: 10px; | ||
padding: 0 6px; | ||
margin: 0 3px; | ||
border-width: 0; | ||
} | ||
|
||
.username-current { | ||
background-color: @SILVER_300; | ||
color: @SILVER_900; | ||
} | ||
|
||
.username-other { | ||
background-color: @BANANA_300; | ||
color: #381F00; | ||
} | ||
|
||
.username-root { | ||
background-color: @STRAWBERRY_300; | ||
color: @SILVER_100; | ||
} | ||
|
||
.state_badge, | ||
.state_badge:hover, | ||
.state_badge:selected, | ||
.state_badge:selected:focus, | ||
.state_badge:hover:selected { | ||
background-image: none; | ||
background-color: @BLUEBERRY_500; | ||
box-shadow: none; | ||
color: white; | ||
font-weight: 700; | ||
border-radius: 10px; | ||
padding: 0 6px; | ||
margin: 0 3px; | ||
border-width: 0; | ||
} | ||
|
||
.command_wrapper { | ||
background-color: #fdf6e3; | ||
border-radius: 3px; | ||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.20); | ||
padding: 5px; | ||
} | ||
|
||
.command text { | ||
background-color: #fdf6e3; | ||
} | ||
.command { | ||
font-family: monospace; | ||
} | ||
|
||
.pid { | ||
color:grey; | ||
font-weight:bold; | ||
font-size:9px; | ||
} | ||
|
||
.graph { | ||
border: 1px @SILVER_300 solid; | ||
border-radius: 6px | ||
|
||
} | ||
|
||
.open_files_list_box_wrapper { | ||
border: 1px @SILVER_300 solid; | ||
} | ||
|
||
.open_files_list_box { | ||
|
||
} | ||
.open_files_list_box_row { | ||
border-bottom: 1px @SILVER_100 solid; | ||
} | ||
|
||
.open_files_list_box_row label { | ||
font-family: monospace; | ||
/* background-color: @SILVER_300; */ | ||
padding: 6px 2px 2px; | ||
border-radius: 4px; | ||
} | ||
|
||
.open_files_list_box_row image { | ||
color: @SILVER_700; | ||
margin: 6px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<gresources> | ||
<gresource prefix="/com/github/stsdc/monitor"> | ||
<file alias="Application.css" compressed="true">Application.css</file> | ||
</gresource> | ||
</gresources> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
com.github.stsdc.monitor (0.7.0) bionic; urgency=low | ||
|
||
* Detailed process info in sidebar | ||
* CPU frequency in tooltip (Ryo Nakano) | ||
|
||
-- Stanisław Dac <[email protected]> Sat, 11 Apr 2020 21:01:15 +0200 | ||
|
||
com.github.stsdc.monitor (0.6.2) bionic; urgency=low | ||
|
||
* Bugfix (potential) of crushes and high CPU usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.