ricing - ovigia/distrosnetinstall GitHub Wiki

RICING...one step at a time!

[bspwm] [arch] april 2016 by f-s0ciety on DeviantArt

sites

palettes e cores

Icons e gtk themes

[Plasma] Dark Spice. : unixporn

fonts

tools

[arch][2bwm] nord | https://git.io/nord-scrot : unixart

github exemplos

bars

other

#0E160D
#B53A0B
#9D640F
#6E882F
#5F9152
#A39B21
#CEA212
#d8d997
#979769
#B53A0B
#9D640F
#6E882F
#5F9152
#A39B21
#CEA212
#d8d997
urxvt*foreground:               #aaaaaa

videos

WM : Bspwm
Distro : No matter what distro, You can achieve this ;)
Panel : Lemonbar (with xdo for clickable workspace indicator) and stalonetray for system tray
Network Manager Front-End : nm-applet
Clipboard Manager : Clipit
Volume Control Front-End : volumeicon
Terminal : URxvt
Terminal Colour Scheme : Nord
Music Player : ncmpcpp, with some slick trick ;D
Visualizer : CAVA
Text Editor : vim
Alternative Text Editor : Geany, sometimes life is too short for exiting vim :D
File Manager : Ranger, with w3m image previewer
Alternative File Manager : Thunar
Screen Recorder : ffmpeg, launched and ended using some simple script. Still can't find lag-less configuration :(
Program Launcher : rofi
Clock Screensaver : tty-clock
Info Fetcher : Neofetch
GTK Theme : Arc, slightly modified
Icons : Arc, slightly modified. Moka as fallback
CLI Shell Intepreter : zsh
Zsh Plugin : oh-my-zsh
Compositor : compton
Notification Daemon : dunst
Music Daemon : mpd
Mpd Controller : mpc
Web Browser : Firefox with my own custom hardcoded startpage
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("about:reader") {
  body.light {
    color: #657b83; /* base00 */
    background-color: #fdf6e3; /* base3 */
  }

  body.dark {
    color: #839496; /* base0 */
    background-color: #002b36; /* base03 */
  }
  
  a,
  a:visited,
  a:hover,
  a:active {
    color: #268bd2; /* blue */
  }

  *::-moz-selection {
    background-color: #b58900; /* orange */
    color: #fdf6e3; /* base3 */
    text-shadow: none;
  }

  /* Override some controls and content styles based on color scheme */

  body.light > .container > .header > .domain {
    border-bottom-color: #657b83 !important; /* base00 */
  }

  body.dark > .container > .header > .domain {
    border-bottom-color: #839496 !important; /* base0 */
  }

  body.light blockquote {
    -moz-border-start: 2px solid #657b83 !important; /* base00 */
  }

  body.dark blockquote {
    -moz-border-start: 2px solid #839496 !important; /* base0 */
  }
}

zathura transparent

set recolor true
set recolor-lightcolor '#somedarkcolorhex'

BASH