Skip to content

Commit

Permalink
fixed eos big power button issue
Browse files Browse the repository at this point in the history
  • Loading branch information
surajmandalcell committed May 23, 2018
1 parent ce58bf3 commit 6d2b3ae
Show file tree
Hide file tree
Showing 171 changed files with 6,050 additions and 4 deletions.
3 changes: 1 addition & 2 deletions gtk-3.22/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@
@define-color selected_fg_color white;
@define-color text_color @BLACK_500;
@define-color text_shadow_color alpha (white, 0.4);
/*@define-color titlebar_color mix (@SILVER_300, @SILVER_100, 0.25);*/
@define-color titlebar_color #E3E4E6;
@define-color titlebar_color mix (@SILVER_300, @SILVER_100, 0.25);
@define-color title_color shade (@titlebar_color, 0.55);
@define-color title_shadow_color alpha (white, 0.6);
@define-color tooltip_bg_color @BLACK_900;
Expand Down
4 changes: 2 additions & 2 deletions install_fixed_icons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ cd ~/.icons/la-captaine
# Fix wingpanel icons
cp -r /usr/share/icons/elementary/status/24/* panel/24/
# Fix wingpanel power button
rm -rf ~/.icons/la-captaine/panel/24-light/system-devices-panel.svg
rm -rf ~/.icons/la-captaine/panel/24-dark/system-devices-panel.svg
rm -rf ~/.icons/la-captaine/status/symbolic/system-shutdown-symbolic.svg
rm -rf ~/.icons/la-captaine/actions/symbolic/system-shutdown-symbolic.svg
sed -i -e 's/breeze,//g' index.theme
Binary file added metacity-1/close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/close_focused.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/close_focused_normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/close_focused_prelight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/close_focused_pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/close_unfocused.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/close_unfocused_over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/close_unfocused_prelight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/close_unfocused_pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/maximize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/maximize_focused.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/maximize_focused_normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/maximize_focused_prelight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/maximize_focused_pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/maximize_unfocused.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/maximize_unfocused_over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/maximize_unfocused_prelight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/maximize_unfocused_pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions metacity-1/menu-focus-none.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions metacity-1/menu-focus-normal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions metacity-1/menu-focus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions metacity-1/menu-pressed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/menu_focused.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/menu_focused_normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metacity-1/menu_focused_prelight.png
Binary file added metacity-1/menu_focused_pressed.png
Binary file added metacity-1/menu_prelight.png
Binary file added metacity-1/menu_unfocused.png
Binary file added metacity-1/menu_unfocused_prelight.png
Binary file added metacity-1/menu_unfocused_pressed.png
Loading

0 comments on commit 6d2b3ae

Please sign in to comment.