From 2a58339fbd980af2d9716e6e506bc5a2701246f9 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Wed, 8 Aug 2018 21:09:27 +1000 Subject: [PATCH] add xdefaults for ruslan --- x/.Xdefaults | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 x/.Xdefaults diff --git a/x/.Xdefaults b/x/.Xdefaults new file mode 100644 index 0000000..df3d2b7 --- /dev/null +++ b/x/.Xdefaults @@ -0,0 +1,44 @@ +#define background argb:cc082833 + +URxvt.saveLines: 100000 +URxvt.urlLauncher: /usr/bin/chromium + +URxvt.depth: 32 +URxvt.background: [75]#082833 +#URxvt.foreground: #839496 +URxvt.scrollBar: false +URxvt.font: xft:ubuntu mono derivative powerline:size=12 +URxvt.foreground: #93a1a1 + +URxvt.color0: #003c49 +URxvt.color1: #dc322f +URxvt.color2: #859901 +URxvt.color3: #b58901 +URxvt.color4: #268bd2 +URxvt.color5: #d33682 +URxvt.color6: #2aa198 +URxvt.color7: #eee8d5 + +URxvt.color8: #002833 +URxvt.color9: #cb4b16 +URxvt.color10: #586e75 +URxvt.color11: #657b83 +URxvt.color12: #839496 +URxvt.color13: #6c6ec6 +URxvt.color14: #93a1a1 +URxvt.color15: #fdf6e3 + +rofi.lines: 4 +rofi.width: 25 +rofi.hide-scrollbar: true +rofi.font: Ubuntu Mono medium 16 +rofi.color-window: argb:cc082833, #082833 +#rofi.monitor: HDMI-0 + +! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg' +rofi.color-normal: argb:cc082833, #839496, argb:cc082833, argb:cc082833, #268bd2 +rofi.color-urgent: argb:cc082833, #839496, argb:cc082833, argb:cc082833, #268bd2 +rofi.color-active: argb:cc082833, #839496, argb:cc082833, argb:cc082833, #268bd2 + +rofi.terminal: urxvt +rofi.run-command: zsh -c "{cmd}" -- 2.49.0