Skip to content

cybrcore/cybr-firefox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation


Showcase


Caution

Theme is work in progress. Major refactor is in pipeline. Use at your own risk.
Theme uses deprecated version of Cybrcolors.

Steps

0. Before you start

curl -L https://github.com/ryanoasis/nerd-fonts/releases/latest/download/GeistMono.zip -o GeistMono.zip
mkdir -p ~/.local/share/fonts
unzip GeistMono.zip -d ~/.local/share/fonts/GeistMono
fc-cache -fv
  • Make sure firefox is installed: sudo pacman -S firefox
  • Make sure Sidebery is installed
  • See Installation Guide if you haven't set up prerequisites yet
  • userChrome.css contains all decoration setting
  • sideberry.css contains all decorations for Sidebery, paste its content into Sidebery Style Editor

2. Edit about:config

  • Open Firefox, CTRL+T, paste about:config, confirm
  • Set toolkit.legacyUserProfileCustomizations.stylesheets to true (enables userChrome.css to be loaded)
  • Set browser.tabs.allow_transparent_browser to true (this enables transparency for tabs)
  • Set widget.transparent-windows to true (this enables transparency for Sidebery)

3. Restart Firefox

pkill firefox && firefox