Small modifications for Popcorn Time that moves the window buttons to the left.
- Window buttons moved to the left
- Hide
fullscreen
button (I usectr+alt+f
) - Dim toolbar, when hover slightly ups opacity
- Dimmed right toolbar buttons, title app and window buttons
Manually:
- Download this repo as
.zip
- Extract the
.css
file - Paste it, inside of your folder of Popcorntime
/src/app/themes
- Select it on the Settings menu
OR From terminal, assuming your app path is /opt/popcorntime
, one line:
wget https://github.com/thepante/popcorn-theme-left/archive/master.zip && unzip master.zip && mv popcorn-theme-left-master/Official_-_Dark_-_Modernleft_theme.css /opt/popcorntime/src/app/themes/Official_-_Dark_-_Modernleft_theme.css && rm -r popcorn-theme-left-master && rm master.zip