(10-17-2017, 06:08 PM)phyrrus9 Wrote: (10-17-2017, 05:55 PM)ProfessorChill Wrote: My work PC
![[Image: 9dBWUXi.png]](https://i.imgur.com/9dBWUXi.png)
That is beautiful man. What are you using? DM/DE and theme?
I3-Gaps, I3Blocks, feh, dmenu, termite, nvim, firefox-nightly default black theme
I3 Config
SNIPPET
Code:
bar {
status_command i3blocks -c ~/.config/i3/i3blocks.conf
tray_output primary
tray_padding 2
colors {
background #2b2a2a
focused_workspace #1e1e1e #606060 #1e1e1e
inactive_workspace #666666 #303030 #666666
}
}
font pango:Open Sans Regular 8
client.focused #232323 #232323 #ffffff #2e9ef4 #232323
client.focused_inactive #232323 #232323 #7c7c7c #2e9ef4 #232323
client.unfocused #232323 #232323 #7c7c7c #2e9ef4 #232323
client.urgent #3d0304 #3d0304 #7c7c7c #2e9ef4 #232323
client.placeholder #232323 #232323 #7c7c7c #2e9ef4 #232323
client.background #232323
focus_on_window_activation none
gaps inner 50
gaps outer 0
I3 Blocks Config
Code:
full_text=
align=center
color=#586e75
separator=false
separator_block_width=7
markup=pango
[script]
color=#00bcbf
command=python ~/.config/i3/scripts/cmus.py
interval=1
[separator]
[volume]
full_text=
label=
command=sh ~/.config/i3/scripts/volume.sh
color=#d33682
interval=once
signal=10
[separator]
[ethernet]
label=
instance=eno1
command=/usr/lib/i3blocks/iface
color=#859900
interval=30
[separator]
[datetime]
command=date "+%Y<span color='#586e75'>年</span>%m<span color='#586e75'>月</span>%d<span color='#586e75'>日</span> %H<span color='#586e75'>:</span>%M<span color='#586e$
color=#ffffff
interval=5
Termite Config
Code:
[options]
font = Droid Sans Mono for Powerline 9
[colors]
# special
foreground = #c5c8c6
foreground_bold = #c5c8c6
cursor = #f8f8f8
background = #1d1f21
# black
color0 = #171717
color8 = #38252c
# red
color1 = #d81765
color9 = #ff0000
# green
color2 = #97d01a
color10 = #76b639
# yellow
color3 = #ffa800
color11 = #e1a126
# blue
color4 = #16b1fb
color12 = #289cd5
# magenta
color5 = #ff2491
color13 = #ff2491
# cyan
color6 = #0fdcb6
color14 = #0a9b81
# white
color7 = #ebebeb
color15 = #f8f8f8