1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | ! special
*.foreground: #9e9ecb
*.background: #030303
*.cursorColor: #a5a5bc
! black
*.color0: #090909
*.color8: #404040
! red
*.color1: #8c4665
*.color9: #bf4d80
! green
*.color2: #287373
*.color10: #53a6a6
! yellow
*.color3: #7c7c99
*.color11: #9e9ecb
! blue
*.color4: #395573
*.color12: #477ab3
! magenta
*.color5: #5e468c
*.color13: #7e62b3
! cyan
*.color6: #31658c
*.color14: #6096bf
! white
*.color7: #9e9ecb
*.color15: #c0c0c0
! vim: et sw=2 syn=xdefaults
|
x
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | ! ░█ █░
! ▓▒▒▓ █▒██▒ ███ ▒███▒ ███ █ █ █▒██▒ ▓██▒ ███ ▒███▒
! ██ ██ █ ▓▓ ▒█ █▒ ░█ █▓ ▓█ █ █ ██ █ ▓█ ▓ ▓▓ ▒█ █▒ ░█
! ██ █ █ █ █▒░ █ █ █ █ █ █░ █ █ █▒░
! ▒██░ █ █████ ░███▒ █ █ █ █ █ █ █████ ░███▒
! █▒▒█ █ █ ▒█ █ █ █ █ █ █░ █ ▒█
! ▒█ █░ █ ▓▓ █ █░ ▒█ █▓ ▓█ █▒ ▓█ █ ▓█ ▓ ▓▓ █ █░ ▒█
! █▒ ▒█ █ ███▒ ▒███▒ ███ ▒██▒█ █ ▓██▒ ███▒ ▒███▒
!-----------------------------------------------------------------------
! Xft settings
!-----------------------------------------------------------------------
Xft.dpi: 96
Xft.autohint: 0
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintsfull
!-----------------------------------------------------------------------
! URxvt settings
!-----------------------------------------------------------------------
URxvt.internalBorder: 5
URxvt.externalBorder: 5
!URxvt.lineSpace: 0
!urxvt*shading: 30
URxvt.depth: 32
URxvt.saveLines: 10000
URxvt*geometry: 96x30
URxvt*terminalName: rxvt-unicode-256color
URxvt*visualBell: false
!! Scrollbar
!URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
!! Fonts
! Droid Sans Mono for Powerline Mono
URxvt*font: xft:Droid Sans Mono for Powerline:size=8, xft:Droid Mono Dotted for Powerline:size=8
URxvt*boldFont: xft:Droid Sans Mono for Powerline:normal:size=8
URxvt*italicFont: xft:Droid Sans Mono for Powerline:italic:autohint=true:size=8
URxvt*boldItalicFont: xft:Droid Sans Mono for Powerline:bolditalic:italic:autohint=true:size=8
! tewi
!URxvt*font: xft:tewi:size=8
!URxvt*boldFont: xft:tewi:normal:size=8
!URxvt*italicFont: xft:tewi:italic:autohint=true:size=8
!URxvt*boldItalicFont: xft:tewi:bolditalic:italic:autohint=true:size=8
URxvt.letterSpace: true
!! Keybinding
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-S-Up: perl:font-size:incglobal
URxvt.keysym.C-S-Down: perl:font-size:decglobal
!Home and End keys to jump to the beginning and end of lines
URxvt*keysym.Home: \033[1~
URxvt*keysym.End: \033[4~
!! Tabs
URxvt.tabbed.tabbar-bg: -1
URxvt.tabbed.tabbar-fg: -2
URxvt.tabbed.tab-bg: -2
URxvt.tabbed.tab-fg: -1
URxvt.tabbed.title-bg: -1
URxvt.tabbed.title-fg: -2
URxvt.tabbed.autohide: true
URxvt.tabbed.new-button: false
URxvt.tabbed.title: true
!! Perl extensions
! url-select (part of urxvt-perls package)
URxvt.perl-ext-common: default,clipboard,matcher,keyboard-select
URxvt.keysym.M-u: perl: url-select:select_next
URxvt.url-select.autocopy: true
URxvt.url-select.button: 2
URxvt.url-select.underline: true
URxvt.url-launcher: /usr/bin/qutebrowser
URxvt.matcher.button: 1
!! CopyPaste Keys
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
!! Disable the stupid ctrl+shift 'feature'
URxvt.iso14755: false
URxvt.iso14755_52: false
!! Cursor
!URxvt.cursorBlink: true
!URxvt.cursorUnderline: false
!URxvt.cursorColor: #c5c10c
!URxvt.borderColor: #07090d
URxvt.colorUL: #31658c
Xcursor.theme: Adwaita
!! Pointer
!URxvt.pointerBlank: true
!! Colors
#include "/home/mohabaks/.colors/jwr-dark"
|
x
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #!/bin/sh
# A simple Todo List using notify-send
image="$HOME/Pictures/notify/todo/hello.png"
notify-send -i $image "
<span foreground='#5e468c'>Todo Weekday</span>
<span foreground='#287373'>=========</span>
<span foreground='#9e9ecb'>
1. Crypto
2. HackArt
3. FinalProject
4. PracticalVim
</span>
"
|
x
2mt said about 7 years ago
i’m really diggin' the content that this community has been putting out lately. nice digs. ;)
mohabaks said about 7 years ago
thanks buddy :)
Me said about 7 years ago
Hello, can you share your config, please ?
mohabaks said about 7 years ago
What config, bar or i3 ?
szorfein said about 7 years ago
As you' re post that in wms/i3, u must paste your i3 config and bar too if you’re nice :)
mohabaks said about 7 years ago
I have somehow split most of my config for the bar into multiple files;my config can be found here
edited about 7 years ago