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 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 | ;=====================================================
;
; To learn more about how to configure Polybar
; go to https://github.com/jaagr/polybar
;
; The README contains alot of information
;
;=====================================================
[colors]
background = #ee2f343f
background-alt = #f72f343f
foreground = #f3f4f5
foreground-alt = #f3f4f5
foreground-dim = #676e7d
primary = #ffb52a
secondary = #e60053
alert = #ff6600
high = #268bd2
high-alt = #0c2b41
; other colors
black = #000000
red = #E06C75
green = #98C379
orange = #D19A66
blue = #61AEEE
magenta = #C678DD
cyan = #56B6C2
lightgray = #ABB2BF
darkgray = #5C6370
white = #FFFFFF
[bar/main]
;monitor = ${env:MONITOR:HDMI-1}
;bottom = true
width = 100%
height = 18
offset-x = 0
offset-y = 0
;radius = 6.0
;fixed-center = false
overline-size = 2
overline-color = #f00
underline-size = 2
underline-color = ${colors.high}
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3
line-color = #f00
border-size = 4
border-color = #00000000
padding-left = 0
padding-right = 2
module-margin-left = 0
module-margin-right = 2
;font-0 = fixed:pixelsize=10;1
;font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
font-0 = Monaco:size=8:weight=bold
font-1 = FontAwesome:size=11
;font-2 = siji:pixelsize=10;1
;modules-left = menu i3 xwindow
;modules-left = menu i3 xwindow
#modules-left = i3
modules-center = mpd
modules-right = fsroot fshome xkeyboard memory cpu xbacklight volume wlan eth battery temperature date powermenu
tray-position = right
tray-padding = 2
;tray-transparent = true
;tray-background = #0063ff
;wm-restack = bspwm
;wm-restack = i3
;override-redirect = true
;scroll-up = bspwm-desknext
;scroll-down = bspwm-deskprev
;scroll-up = i3wm-wsnext
;scroll-down = i3wm-wsprev
[module/xwindow]
type = internal/xwindow
;label = %title:0:30:...%
label = %title:0:30:...% %{B- -o -u}
[module/xkeyboard]
type = internal/xkeyboard
blacklist-0 = num lock
format-prefix = " "
format-underline = ${colors.secondary}
format-prefix-foreground = ${colors.foreground-alt}
label-layout = %layout%
label-indicator-padding = 2
label-indicator-background = ${colors.secondary}
label-indicator-underline = ${colors.secondary}
#[module/filesystem]
#type = internal/fs
#interval = 25
#
#mount-0 = /
#mount-1 = /home
#
#label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %free%
#;label-mounted = %mountpoint%: %percentage_free%% of %total%
#label-unmounted = %mountpoint% not mounted
#label-unmounted-foreground = ${colors.foreground-alt}
[module/bspwm]
type = internal/bspwm
label-focused = %index%
label-focused-background = ${colors.background-alt}
label-focused-underline= ${colors.primary}
label-focused-padding = 2
label-occupied = %index%
label-occupied-padding = 2
label-urgent = %index%!
label-urgent-background = ${colors.alert}
label-urgent-padding = 2
label-empty = %index%
label-empty-foreground = ${colors.foreground-alt}
label-empty-padding = 2
[module/i3]
type = internal/i3
format = <label-state> <label-mode>
index-sort = true
strip-wsnumbers = true ;This will split the workspace name on ':'
ws-icon-0 = 1;
ws-icon-1 = 2;
ws-icon-2 = 3;
ws-icon-3 = 4;
ws-icon-4 = 5;
ws-icon-5 = 6;
ws-icon-6 = 7;
ws-icon-default = ♟
; Only show workspaces on the same output as the bar
;pin-workspaces = true
label-mode-padding = 2
label-mode-foreground = #000
label-mode-background = ${colors.primary}
; focused = Active workspace on focused monitor
label-focused = %index%
label-focused-background = ${module/bspwm.label-focused-background}
label-focused-underline = ${module/bspwm.label-focused-underline}
label-focused-padding = ${module/bspwm.label-focused-padding}
; unfocused = Inactive workspace on any monitor
label-unfocused = %index%
label-unfocused-padding = ${module/bspwm.label-occupied-padding}
; visible = Active workspace on unfocused monitor
label-visible = %index%
label-visible-background = ${self.label-focused-background}
label-visible-underline = ${self.label-focused-underline}
label-visible-padding = ${self.label-focused-padding}
; urgent = Workspace with urgency hint set
label-urgent = %index%
label-urgent-background = ${module/bspwm.label-urgent-background}
label-urgent-padding = ${module/bspwm.label-urgent-padding}
;
[module/mpd]
type = internal/mpd
format-online = <icon-prev> <toggle> <icon-next> <icon-random> <icon-repeat> <label-time>
format-offline = <label-offline>
label-offline = no music
icon-prev =
icon-stop = o
icon-play =
icon-pause =
icon-next =
icon-seekf = >>
icon-random =
icon-repeat =
;label-song =
|
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 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 | # Please see http://i3wm.org/docs/userguide.html for a complete reference!
#
set_from_resource $darkred color1 #000000
set_from_resource $red color9 #000000
set_from_resource $darkgreen color2 #000000
set_from_resource $green color10 #000000
set_from_resource $darkyellow color3 #000000
set_from_resource $yellow color11 #000000
set_from_resource $darkblue color4 #000000
set_from_resource $blue color12 #000000
set_from_resource $darkmagenta color5 #000000
set_from_resource $magenta color13 #000000
set_from_resource $darkcyan color6 #000000
set_from_resource $cyan color14 #000000
set_from_resource $darkwhite color7 #000000
set_from_resource $white color15 #000000
# Use custom colors for black
set $black #282828
set $darkblack #1d2021
set $transparent #00000000
set $mod Mod4
set $mod1 Mod1
set $terminal termite
gaps outer 0
gaps inner 0
set $borderwidth 1
# bindsym F1 exec ~/bin/dmenu
bindsym $mod+m exec terminator
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
font pango:monospace 8
# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
font pango:DejaVu Sans Mono 8
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec $terminal
bindsym $mod+x exec $terminal
# Custom bindsyms
bindsym $mod+p exec ~/.config/i3/bin/logout
# kill focused window
bindsym $mod+q kill
# start dmenu (a program launcher)
#bindsym $mod+d exec --no-startup-id rofi -show run -font "FontAwesome 12" -m -1
bindsym $mod+d exec --no-startup-id ~/.config/i3/bin/rofi_app_launcher
# change focus
bindsym $mod+j focus left
bindsym $mod+k focus down
# bindsym $mod+l focus up
bindsym $mod+semicolon focus right
# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# move focused window
bindsym $mod+Shift+j move left
bindsym $mod+Shift+k move down
bindsym $mod+Shift+l move up
bindsym $mod+Shift+semicolon move right
# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
bindsym $mod+h split h
# split in vertical orientation
bindsym $mod+v split v
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
#bindsym $mod+w layout tabbed
bindsym $mod+t layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent
# focus the child container
#bindsym $mod+d focus child
# Workspace Variables
set $ws1 "1: "
set $ws2 "2: "
set $ws3 "3: "
set $ws4 "4: "
set $ws5 "5: "
set $ws6 "6: "
set $ws7 "7: "
# switch to workspace
bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace $ws2
bindsym $mod+3 workspace $ws3
bindsym $mod+4 workspace $ws4
bindsym $mod+5 workspace $ws5
bindsym $mod+6 workspace $ws6
bindsym $mod+7 workspace $ws7
bindsym $mod+8 workspace $ws8
bindsym $mod+9 workspace 9
bindsym $mod+0 workspace 10
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace $ws1
bindsym $mod+Shift+2 move container to workspace $ws2
bindsym $mod+Shift+3 move container to workspace $ws3
bindsym $mod+Shift+4 move container to workspace $ws4
bindsym $mod+Shift+5 move container to workspace $ws5
bindsym $mod+Shift+6 move container to workspace $ws6
bindsym $mod+Shift+7 move container to workspace $ws7
bindsym $mod+Shift+8 move container to workspace 8
bindsym $mod+Shift+9 move container to workspace 9
bindsym $mod+Shift+0 move container to workspace 10
# reload the configuration file
bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
# resize window (you can also use the mouse for that)
mode "resize" {
# These bindings trigger as soon as you enter the resize mode
# Pressing left will shrink the window’s width.
# Pressing right will grow the window’s width.
# Pressing up will shrink the window’s height.
# Pressing down will grow the window’s height.
bindsym j resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt
bindsym l resize shrink height 10 px or 10 ppt
bindsym semicolon resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Up resize grow height 10 px or 10 ppt
bindsym Down resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"
bindsym $mod+Shift+f exec ~/.config/i3/bin/rofi_finder
# Custom bind keys
#bindsym $mod+l exec i3lock
#
bindsym $mod+l exec i3lock -i ~/Pictures/others/cube.png
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
# Pulse Audio controls
# run pactl list sinks
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume $(pacmd list-sinks |awk '/* index:/{print $3}') +5% # Raise
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume $(pacmd list-sinks |awk '/* index:/{print $3}') -5% # Lower
bindsym XF86AudioMute exec pactl set-sink-mute $(pacmd list-sinks |awk '/* index:/{print $3}') toggle # Mute
# Sreen brightness controls
bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness
# Touchpad controls
#bindsym XF86TouchpadToggle exec ~/.toggletouchpad.sh # toggle touchpad
# Mpd keys
# bindsym F9 exec mpc stop
# bindsym F10 exec mpc toggle
# bindsym F11 exec mpc prev
# bindsym F12 exec mpc next
# multimedia keys
bindsym XF86AudioPlay exec "mpc toggle"
bindsym XF86AudioStop exec "mpc stop"
bindsym XF86AudioNext exec "mpc next"
bindsym XF86AudioPrev exec "mpc prev"
bindsym XF86AudioPause exec "mpc pause"
# i3blocks
bar {
# status_command i3blocks
# status_command py3status -c ~/.i3/i3status.conf
# position top
# font pango:Hack, FontAwesome 10
# separator_symbol " "
# strip_workspace_numbers yes
# statusline $white
# background $transparent
# separator $transparent
}
set $m1 #808080
set $m2 #FFF0E0
#BORDER BACKGROUND TEXT INDICATOR CHILD_BORDER
client.unfocused $black $black $m2 $darkblack $darkblack
client.focused_inactive $black $black $m1 $darkblack $darkblack
client.urgent $darkred $darkred $black $darkred $darkred
client.background $black
# Startup programs
exec --no-startup-id mpd
#exec --no-startup-id conky
#exec --no-startup-id dropbox &
exec --no-startup-id dunst
exec_always compton &
exec_always feh --bg-scale ~/Pictures/grub.png
exec ~/.config/i3/scripts/batnotify &
# bindsym $mod+j exec --no-startup-id feh --bg-fill "$(find ~/Pictures/wallpapers | shuf -n1)" &
#exec_always --no-startup-id nm-applet
#exec --no-startup-id termite -name ncmpcpp -e ncmpcpp -s playlist
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
# ssh passphrase
#exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon
# Bind App to workspace
# Check class by : xprop
assign [class="Chromium"] $ws2
assign [class="Foxit Reader"] $ws3
assign [class="Thunar"] $ws4
assign [class="Pcmanfm"] $ws4
assign [class="mtp-ng-qt"] $ws4
assign [class="Virt-manager"] $ws5
assign [class="Vmware"] $ws5
assign [class="VirtualBox"] $ws5
assign [class="Firefox"] $ws6
assign [class="Opera"] $ws6
assign [class="GNS3"] $ws7
# Assign to certain workspace
#assign [window_role="browser"] $ws2
#assign [class="(?i)qutebrowser"] $ws2
assign [instance="spotify|cheese|gimp"] $ws6
# Custom Keybinds
bindsym $mod+c exec chromium
# Press $mod+o followed by either f, t, Esc or Return to launch firefox,
# thunderbird or return to the default mode, respectively.
set $mode_launcher Launcher
bindsym $mod+o mode "$mode_launcher"
mode "$mode_launcher" {
bindsym f exec foxitreader
bindsym l exec lxappearance
bindsym t exec thunar
bindsym f exec firefox
bindsym m exec terminator
bindsym v exec virt-manager
bindsym w exec vmware
bindsym s exec simplescreenrecorder
bindsym d exec deepin-screenshot
bindsym a exec android-file-transfer
bindsym b exec virtualbox
bindsym g exec gns3
bindsym p exec pcmanfm
bindsym o exec opera
bindsym Esc mode "default"
bindsym Return mode "default"
}
# Shutdown, Reboot, Lock Screen, and Logout
set $power_mode "power"
bindsym $mod+Shift+q mode $power_mode
mode $power_mode {
bindsym p exec systemctl poweroff
bindsym r exec systemctl reboot
bindsym l exec i3lock -i ~/Pictures/cube.png , mode "default"
bindsym q exec --no-startup-id i3-msg exit, mode "default"
bindsym h exec systemctl hibernate
bindsym s exec sudo /lib/systemd/systemd-sleep hybrid-sleep
bindsym Return mode "default"
bindsym Escape mode "default"
}
# Floating windows
#for_window [window_role="pop-up"] floating enable
#for_window [window_role="bubble"] floating enable
#for_window [window_role="task_dialog"] floating enable
#for_window [window_role="Preferences"] floating enable
for_window [window_role="task_dialog|bubble|page-info|Preferences|pop-up"] floating enable
for_window [window_role="Open Files"] floating enable sticky
for_window [window_role="File Operation Progress"] floating enable sticky
for_window [window_role="Save As"] floating enable
for_window [class="qBittorrent" window_role="pop-up"] floating enable
for_window [class="mtp-ng-qt" window_role="Open"] floating enable
for_window [window_type="dialog"] floating enable
for_window [window_type="menu"] floating enable
#for_window [class="VirtualBox"] floating enable
# Sticky window
for_window [instance="file_progress"] sticky enable
for_window [class="info|Mate-color-select|gcolor2|timesup|QtPass|GtkFileChooserDialog"] sticky enable
# Teamviewer
for_window [instance="TeamViewer.exe"] floating enable
for_window [class="TeamViewer"] floating enable
for_window [instance="Qt-subapplication" title="TeamViewer"] move scratchpad
# Focus window settings
no_focus [window_role="pop-up"]
focus_on_window_activation focus
#for_window [class="(?i)"] focus
# Rename workspace with i3-input using numbers and text
bindsym $mod+n exec i3-input -F 'rename workspace to "%s"' -P 'New name for this workspace: '
for_window [class="chromium" instance="chromium"] border none
# screenshot
bindsym --release Print exec --no-startup-id "maim -p 0 -c 0.96,0.5,0.09 $HOME/Pictures/screenshot-$(date +%Y-%m-%d_%H-%M-%S).png"
bindsym --release Shift+Print exec --no-startup-id "maim -s -p 0 -c 0.96,0.5,0.09 $HOME/Pictures/screenshot-$(date +%Y-%m-%d_%H-%M-%S).png"
|
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 | # 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000
setw -g mode-keys vi
setw -g mouse on
setw -g monitor-activity on
bind-key v split-window -h
bind-key s split-window -v
bind-key J resize-pane -D 5
bind-key K resize-pane -U 5
bind-key H resize-pane -L 5
bind-key L resize-pane -R 5
bind-key M-j resize-pane -D
bind-key M-k resize-pane -U
bind-key M-h resize-pane -L
bind-key M-l resize-pane -R
# Vim style pane selection
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
# Use Alt-vim keys without prefix key to switch panes
bind -n M-h select-pane -L
bind -n M-j select-pane -D
bind -n M-k select-pane -U
bind -n M-l select-pane -R
# Use Alt-arrow keys without prefix key to switch panes
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# Shift arrow to switch windows
bind -n S-Left previous-window
bind -n S-Right next-window
# No delay for escape key press
set -sg escape-time 0
# Reload tmux config
bind r source-file ~/.tmux.conf
# THEME
set -g status-bg black
set -g status-fg red
#set -g window-status-current-bg
set -g window-status-current-fg black
set -g window-status-current-attr bold
set -g status-interval 60
set -g status-left-length 30
set -g status-left '#[fg=green](#S) #(whoami) '
set -g status-right '#[fg=yellow]#(cut -d " " -f 1-3 /proc/loadavg)#[default] #[fg=white]%H:%M#[default]'
|
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 111 112 113 114 115 116 117 118 119 120 121 122 | #[options]
#resize_grip = false
#scroll_on_output = false
#scroll_on_keystroke = true
#audible_bell = false
#visible_bell = false
#mouse_autohide = false
#allow_bold = true
#dynamic_title = true
#urgent_on_bell = true
#clickable_url = true
#font = Hack 10
#scrollback_lines = 1000
#search_wrap = true
#geometry = 400x240
#geometry = 80x22
# "system", "on" or "off"
#cursor_blink = off
# "block", "underline" or "ibeam"
#cursor_shape = block
# $BROWSER is used by default
#browser = chromium
# set size hints for the window
#size_hints = true
#padding = 10
#border_width = 10
#[colors]
#background = #282828
#foreground = #ebdbb2
#color0 = #282828
#color8 = #928374
#color1 = #cc241d
#color9 = #fb4934
#color2 = #98971a
#color10 = #b8bb26
#color3 = #d79921
#color11 = #fabd2f
#color4 = #458588
#color12 = #83a598
#color5 = #b16286
#color13 = #d3869b
#color6 = #689d6a
#color14 = #8ec07c
#color7 = #a89984
#color15 = #ebdbb2
[colors]
# Gotham color scheme
foreground_bold = #d1d4e0
cursor = #d1d4e0
cursor = #a54242
background = #101218
# 16 color space
color0 = #101218
color1 = #ee829f
color2 = #a5ffe1
color3 = #ffefcc
color4 = #97bbf7
color5 = #c0b7f9
color6 = #97e0ff
color7 = #d1d4e0
color8 = #7780a1
color9 = #ee829f
color10 = #a5ffe1
color11 = #ffefcc
color12 = #97bbf7
color13 = #c0b7f9
color14 = #97e0ff
color15 = #ffffff
#
## 256 color space
color16 = #f99170
color17 = #fcc09e
color18 = #1f222d
color19 = #252936
color20 = #C0C5CE
color21 = #C9CCDB
#
#[colors]
# # fusion by w0ng (based on tommorrow-night)
# # special
# foreground = #c5c8c6
# foreground_bold = #c5c8c6
# cursor = #a54242
# background = #1d1f21
#
# # black
# color0 = #282a2e
# color8 = #373b41
#
# # red
# color1 = #a54242
# color9 = #cc6666
#
# # green
# color2 = #8c9440
# color10 = #b5bd68
#
# # yellow
# color3 = #de935f
# color11 = #f0c674
#
# # blue
# color4 = #5f819d
# color12 = #81a2be
#
# # magenta
# color5 = #85678f
# color13 = #b294bb
#
# # cyan
# color6 = #5e8d87
# color14 = #8abeb7
#
# # white
# color7 = #707880
# color15 = #c5c8c6
|
x
Notes
Good looking
i3 + polybar + tmux + termite on Arch Linux - Awesome
Github repo
Here is the github link for all my dotfiles