Skip to content

Instantly share code, notes, and snippets.

@She110ck
She110ck / i3status-config
Last active February 7, 2020 02:02
minimal i3status bar config
# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
colors = true
@She110ck
She110ck / i3blocks-config
Created February 7, 2020 02:05
minimal i3blocks config
# i3blocks config file
#
# Please see man i3blocks for a complete reference!
# The man page is also hosted at http://vivien.github.io/i3blocks
#
# List of valid properties:
#
# align
# color
# command
@She110ck
She110ck / .tmux.conf
Last active December 18, 2020 06:58
tmux colors for remote servers
set -g default-terminal "screen-256color"
#set-option -sg default-terminal "tmux-256color"
# current window
set-window-option -g window-status-current-bg '#6272a4' #cyan
set-window-option -g window-status-current-fg black
set-window-option -g window-status-bg black #colour14
set-window-option -g window-status-fg colour12
@She110ck
She110ck / .i3bar.config.part
Created February 18, 2020 07:11
i3bar simple config
bar {
status_command i3status
status_command SCRIPT_DIR=~/.config/i3blocks i3blocks
position top
output primary
tray_output primary
tray_padding 1
font pango:DejaVu Sans Mono 10
separator_symbol "⁞"
set smarttab
set tabstop=2
set shiftwidth=2
" set softtabstop=2
set autoindent
set smartindent
set hlsearch
set incsearch
set nu
set paste