!------------------------------------------------------------------------------- ! Rofi settings !------------------------------------------------------------------------------- rofi.color-enabled: true rofi.color-window: argb:EE000000, argb:EE000000, argb:EE000000 rofi.color-normal: #111, #819396, #222, #008ed4, #ffffff rofi.color-active: #002b37, #008ed4, #003643, #008ed4, #66c6ff rofi.color-urgent: #002b37, #da4281, #003643, #008ed4, #890661 rofi.fake-transparency: true rofi.lines: 3 rofi.bw: 0 rofi.hide-scrollbar: true rofi.width: 30 rofi.element-hight: 2 rofi.padding: 400 !------------------------------------------------------------------------------- ! Xft settings !------------------------------------------------------------------------------- Xft.dpi: 160 Xft.antialias: false Xft.rgba: rgb Xft.hinting: true Xft.hintstyle: hintslight !------------------------------------------------------------------------------- ! URxvt settings ! Colours lifted from Solarized (http://ethanschoonover.com/solarized) ! More info at: ! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod !------------------------------------------------------------------------------- URxvt.depth: 32 URxvt.geometry: 90x30 URxvt.transparent: true URxvt.fading: 0 URxvt.loginShell: true URxvt.saveLines: 200 URxvt.internalBorder: 3 URxvt.lineSpace: 0 ! Fonts URxvt*font: xft:DejaVuSansMonoForPowerline Nerd Font:size=10 URxvt*boldFont: xft:DejaVuSansMonoForPowerline Nerd Font:size=10 !URxvt*boldFont: xft:Dejavu Sans Mono Bold for Powerline Nerd Font:size=10 ! Fix font space ! URxvt*letterSpace: -1 ! Scrollbar URxvt.scrollStyle: rxvt URxvt.scrollBar: false ! URL handling URxvt.matcher.button: 1 URxvt.urlLauncher: qutebrowser URxvt.keysym.C-Delete: perl:matcher:last URxvt.keysym.M-Delete: perl:matcher:list ! Cursor URxvt.cursorBlink: true URxvt.cursorUnderline: false ! Pointer URxvt.pointerBlank: true ! Enable paste support URxvt.perl-lib: /home/alrayyes/bin/urxvt/perl URxvt.keysym.Shift-Control-V: perl:clipboard:paste URxvt.iso14755: False URxvt.perl-ext-common: default,matcher,clipboard *shading: 20 #define S_base03 #002b36 #define S_base02 #073642 #define S_base01 #586e75 #define S_base00 #657b83 #define S_base0 #839496 #define S_base1 #93a1a1 #define S_base2 #eee8d5 #define S_base3 #fdf6e3 *background: S_base03 *foreground: S_base0 *fadeColor: S_base03 *cursorColor: S_base1 *pointerColorBackground:S_base01 *pointerColorForeground:S_base1 #define S_yellow #b58900 #define S_orange #cb4b16 #define S_red #dc322f #define S_magenta #d33682 #define S_violet #6c71c4 #define S_blue #268bd2 #define S_cyan #2aa198 #define S_green #859900 !! black dark/light *color0: S_base02 *color8: S_base03 !! red dark/light *color1: S_red *color9: S_orange !! green dark/light *color2: S_green *color10: S_base01 !! yellow dark/light *color3: S_yellow *color11: S_base00 !! blue dark/light *color4: S_blue *color12: S_base0 !! magenta dark/light *color5: S_magenta *color13: S_violet !! cyan dark/light *color6: S_cyan *color14: S_base1 !! white dark/light *color7: S_base2 *color15: S_base3