guest@dotshare [~/groups/wms/i3] $ ls underwater-tank/ | cat

underwater tank (scrot) (+1 likes)

svbtext Jun 13, 2016 (wms/i3)

i3_config(raw, dl)

SCROT

  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
#   ░▀█▀░▀▀█░░░█▀▀░█▀█░█▀█░█▀▀░▀█▀░█▀▀
#   ░░█░░░▀▄░░░█░░░█░█░█░█░█▀▀░░█░░█░█
#   ░▀▀▀░▀▀░░░░▀▀▀░▀▀▀░▀░▀░▀░░░▀▀▀░▀▀▀


#############
### Theme ###
#############

font xft:lime 8

set $FOCUS #deded6
set $UNFOCUS #2b3135

# Layout colors 	    bord     bg       text     indicator (split)
client.focused 		    $FOCUS   $FOCUS   $FOCUS   $FOCUS
client.focused_inactive     $UNFOCUS $UNFOCUS $UNFOCUS $UNFOCUS
client.unfocused 	    $UNFOCUS $UNFOCUS $UNFOCUS $UNFOCUS
client.urgent 		    $FOCUS   $FOCUS   $FOCUS   $FOCUS
client.background 	    $UNFOCUS

###############
### Borders ###
###############

new_window pixel 1
new_float pixel 1

focus_follows_mouse no

############
### Gaps ###
############

set $default_gaps_inner 6
set $default_gaps_outer 10
gaps inner $default_gaps_inner
gaps outer $default_gaps_outer

set $ws1 I
set $ws2 II
set $ws3 III
set $ws4 IV
set $ws5 V
set $ws6 VI
set $ws7 VII
set $ws8 VIII
set $ws9 IX
set $ws10 X


# use these keys for focus, movement, and resize directions when reaching for
# the arrows is not convenient
set $up k
set $down j
set $left h
set $right l

# use Mouse+Mod1 to drag floating windows to their wanted position
floating_modifier Mod1

################
### Keybinds ###
################

# start a terminal
bindsym Mod1+Return exec --no-startup-id urxvt
# bindsym Mod1+Return exec --no-startup-id termite

# kill focused window
bindsym Mod1+q kill

# start dmenu (program launcher)
bindsym Mod1+d exec --no-startup-id dmenu_run -dim .6 -fn 'lime-8' -p run -h 14 -t -q -nb '#121417' -nf '#deded6' -sb '#60867f' -sf '#deded6'

# change focus
bindsym Mod1+$left focus left
bindsym Mod1+$down focus down
bindsym Mod1+$up focus up
bindsym Mod1+$right focus right

# alternatively, you can use the cursor keys:
bindsym Mod1+Left focus left
bindsym Mod1+Down focus down
bindsym Mod1+Up focus up
bindsym Mod1+Right focus right

# move focused window
bindsym Mod1+Shift+$left move left
bindsym Mod1+Shift+$down move down
bindsym Mod1+Shift+$up move up
bindsym Mod1+Shift+$right move right

# alternatively, you can use the cursor keys:
bindsym Mod1+Shift+Left move left
bindsym Mod1+Shift+Down move down
bindsym Mod1+Shift+Up move up
bindsym Mod1+Shift+Right move right

# split in horizontal orientation
bindsym Mod1+c split h

# split in vertical orientation
bindsym Mod1+v split v

# enter fullscreen mode for the focused container
bindsym Mod1+f fullscreen

# change container layout (stacked, tabbed, toggle split)
bindsym Mod1+s layout stacking
bindsym Mod1+w layout tabbed
bindsym Mod1+e layout toggle split

# toggle tiling / floating
bindsym Mod1+Shift+space floating toggle

# change focus between tiling / floating windows
bindsym Mod1+space focus mode_toggle

# focus the parent container
bindsym Mod1+a focus parent

# focus the child container
#bindsym Mod1+d focus child

# move the currently focused window to the scratchpad
bindsym Mod1+Shift+minus move scratchpad

# Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them.
bindsym Mod1+minus scratchpad show

# switch to workspace
bindsym Mod1+1 workspace $ws1
bindsym Mod1+2 workspace $ws2
bindsym Mod1+3 workspace $ws3
bindsym Mod1+4 workspace $ws4
bindsym Mod1+5 workspace $ws5
bindsym Mod1+6 workspace $ws6
bindsym Mod1+7 workspace $ws7
bindsym Mod1+8 workspace $ws8
bindsym Mod1+9 workspace $ws9
bindsym Mod1+0 workspace $ws10

# move focused container to workspace
bindsym Mod1+Shift+1 move container to workspace $ws1
bindsym Mod1+Shift+2 move container to workspace $ws2
bindsym Mod1+Shift+3 move container to workspace $ws3
bindsym Mod1+Shift+4 move container to workspace $ws4
bindsym Mod1+Shift+5 move container to workspace $ws5
bindsym Mod1+Shift+6 move container to workspace $ws6
bindsym Mod1+Shift+7 move container to workspace $ws7
bindsym Mod1+Shift+8 move container to workspace $ws8
bindsym Mod1+Shift+9 move container to workspace $ws9
bindsym Mod1+Shift+0 move container to workspace $ws10

############################
### Reloading/Exiting i3 ###
############################

# reload the configuration file
bindsym Mod1+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym Mod1+Shift+r restart
# exit i3 (logs you out of your X session)
bindsym Mod1+Shift+e exec --no-startup-id  "i3-nagbar -t warning -m 'I wouldn't leave if I were you.
DOS is much worse.' -b 'Exit i3' 'i3-msg exit'"
#lock i3
bindsym Mod1+Shift+BackSpace exec lock

#####################
### Resize Window ###
#####################

mode "resize" {
        # These bindings trigger as soon as you enter the resize mode

        # Pressing left will shrink the window’s width.
        # Pressing down will grow the window’s height.
        bindsym $left       resize shrink width 10 px or 10 ppt
        bindsym $down       resize grow height 10 px or 10 ppt
        bindsym $up         resize shrink height 10 px or 10 ppt
        bindsym $right      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 Down        resize grow height 10 px or 10 ppt
        bindsym Up          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 Mod1+r mode "resize"

#################
### Shortcuts ###
#################

# Media Controls #
bindsym F12 exec amixer set Master 5%+ unmute
bindsym F11 exec amixer set Master 5%- unmute
bindsym F10 exec amixer set Master toggle
bindsym Mod4+Down exec --no-startup-id mpc stop
bindsym Mod4+Up exec --no-startup-id mpc toggle
bindsym Mod4+Left exec --no-startup-id mpc prev
bindsym Mod4+Right exec --no-startup-id mpc next

# Brightness Controls #
bindsym F6 exec xbacklight +10
bindsym F5 exec xbacklight -10

# Take a screenshot #
bindsym Print exec --no-startup-id scrot '%F--%I:%M:%S:%p--$w$h--scrot.png' -e 'mv $f /home/svbtext/Pictures/scrot'
#bindsym Mod1+Print exec --no-startup-id scrot --select

################
### i3status ###
################

bar {
        status_command i3status
	position top
	font pango: lime, FontAwesome 8
	colors {
		background #121417
		statusline #deded6
		separator  #4c5356

		focused_workspace #30433f #60867f #deded6
		active_workspace #151515 #151515 #d7d0c7
		inactive_workspace #4c5356 #2b3135 #deded6
		urgent_workspace #cd546c #ef545f #eddcd3
	}
}

CLICK TO VIEW

x

i3status(raw, dl)

 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
#   ░▀█▀░▀▀█░█▀▀░▀█▀░█▀█░▀█▀░█░█░█▀▀
#   ░░█░░░▀▄░▀▀█░░█░░█▀█░░█░░█░█░▀▀█
#   ░▀▀▀░▀▀░░▀▀▀░░▀░░▀░▀░░▀░░▀▀▀░▀▀▀


general {
        output_format = "i3bar"
        interval = 1
        colors = true
        color_good = "#769070"
        color_degraded = "#60867f"
        color_bad = "#c96666"
}

# order += "cpu_usage 0"
order += "disk /home"
order += "wireless wlp2s0"
order += "volume master"
order += "battery 0"
order += "tztime local"

wireless wlp2s0 {
        format_up = "   %essid "
        format_down = " Not Connected "
}

battery 0 {
        format = "%status %percentage "
        low_threshold = 11
        threshold_type = percentage
        status_chr = "  "
        status_bat = "  "
        status_full = "  "
}

tztime local {
        format = "   %I.%M.%S "
}

cpu_usage {
    format = "  CPU: %usage"
}

disk "/home" {
        format = "   %percentage_used of %total "
            prefix_type = custom
}

volume master {
        format = "   %volume "
        format_muted = "   %volume "
        device = "default"
        mixer = "Master"
        mixer_idx = 0
}
 

x

Notes

nothing revolutionary, just comfy

  • neofetch
  • cmus, because i’m too lazy to get ncmpcpp working

colors can be found here