Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Highlight webcam icon
Browse files Browse the repository at this point in the history
For now using a hard coded color.
  • Loading branch information
phw committed Apr 9, 2016
1 parent 3f00234 commit 17a917f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
3 changes: 2 additions & 1 deletion gnome-shell-extension/extension.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2013 Philipp Wolfer <[email protected]>
Copyright (c) 2013-2016 Philipp Wolfer <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -53,6 +53,7 @@ const CameraStatusButton = new Lang.Class({
style_class: 'system-status-icon'
});
this.actor.add_child(icon);
this.actor.add_style_class_name('webcam-access-monitor');

this.camera_is_on = false;

Expand Down
10 changes: 2 additions & 8 deletions gnome-shell-extension/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@

.helloworld-label {
font-size: 36px;
font-weight: bold;
color: #ffffff;
background-color: rgba(10,10,10,0.7);
border-radius: 5px;
padding: .5em;
.panel-button.webcam-access-monitor {
color: rgb(82, 148, 226);
}

0 comments on commit 17a917f

Please sign in to comment.