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 | # This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
font pango:Anonymous Pro 10
# 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
# Before i3 v4.8, we used to recommend this one as the default:
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
# The font above is very space-efficient, that is, it looks good, sharp and
# clear in small sizes. However, its unicode glyph coverage is limited, the old
# X core fonts rendering does not support right-to-left and this being a bitmap
# font, it doesn’t scale on retina/hidpi displays.
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec --no-startup-id xterm
# kill focused window
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
bindsym $mod+p exec --no-startup-id dmenu_run
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# 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+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
# added workspace dolladollabills
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: "
# 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 $WS9
bindsym $mod+0 workspace $WS10
# 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 $WS8
bindsym $mod+Shift+9 move container to workspace $WS9
bindsym $mod+Shift+0 move container to workspace $WS10
# 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 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 $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3blocks -c /home/mindaugas/.config/i3/i3blocks.conf
colors {
# Whole color settings
background $black
statusline $bright-blue
# Colors border backgr. text
focused_workspace $bright-purple $black $purple
active_workspace $bright-purple $black $purple
inactive_workspace $bright-blue $black $blue
urgent_workspace $red $black $red
}
height 25
position top
}
#Scortcuts
bindsym $mod+F1 exec --no-startup-id /usr/bin/firefox
bindsym $mod+F2 exec --no-startup-id /usr/bin/chromium
bindsym $mod+F3 exec --no-startup-id /usr/bin/audacious
bindsym $mod+Shift+Return exec --no-startup-id /usr/bin/thunar
bindsym $mod+F4 exec --no-startup-id /usr/bin/claws-mail
bindsym $mod+F5 exec --no-startup-id /usr/bin/smplayer
bindsym $mod+F6 exec --no-startup-id /usr/bin/clipit
bindsym $mod+F7 exec --no-startup-id /usr/bin/lxtask
bindsym $mod+F8 exec --no-startup-id /usr/bin/geany
bindsym $mod+F9 exec --no-startup-id /usr/bin/pavucontrol
bindsym $mod+F10 exec --no-startup-id /usr/bin/rox-filer
bindsym $mod+F11 exec --no-startup-id /usr/bin/uget-gtk
#Power
set $Locker i3lock && sleep 1
set $mode_system System (x) lock, (e) logout, (r) reboot, (w) shutdown
mode "$mode_system" {
bindsym x exec --no-startup-id $Locker, mode "default"
bindsym e exec --no-startup-id i3-msg exit, mode "default"
bindsym r exec --no-startup-id systemctl reboot, mode "default"
bindsym w exec --no-startup-id systemctl poweroff -i, mode "default"
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+Pause mode "$mode_system"
#Autostart
exec --no-startup-id feh --bg-fill /home/mindaugas/Paveikslėliai/Wallpapers/desertsunset.png
exec --no-startup-id setxkbmap -layout 'us, lt, ru' -option 'grp:alt_shift_toggle' &
exec --no-startup-id gxkb
#exec --no-startup-id compton --config ~/.config/i3/compton.conf
bindsym $mod+Shift+x exec --no-startup-id $HOME/.bin/scripts/lockmyi3
exec --no-startup-id xautolock -time 10 -locker '$HOME/.bin/scripts/lockmyi3'
#Screenshots with scrot
bindsym Print exec --no-startup-id scrot '%Y-%m-%d-%s_screenshot_$wx$h.jpg' -e 'mv $f ~/Pictures/'
################### SHORTCUTS WORKSPACES ######################
# next/previous workspace
bindsym Mod1+Tab workspace next
bindsym Mod1+q+Tab workspace prev
bindsym $mod+Tab workspace back_and_forth
#Scratchpad
# Make the currently focused window a scratchpad
bindsym $mod+Shift+minus move scratchpad
# Show the first scratchpad window
bindsym $mod+minus scratchpad show
#Rofi
#bindsym $mod+shift+f exec "rofi -show run"
bindsym $mod+d exec rofi -show run
################### ASSIGN ######################
# Assign application to start on a specific workspace
# you can find the class with the program xprop
assign [class="xterm|XTerm"] → I:
assign [class="Firefox|Chromium"] → II:
assign [class="Audacious"] → III:
assign [class="SMPlayer|smplayer"] → IV:
assign [class="Gimp"] → V:
assign [class="geany|Geany"] → VI:
assign [class="lxtask|Lxtask"] → VII:
assign [class="thunar|Thunar"] → VIII:
assign [class="claws-mail|Claws-mail"] → IX:
assign [class="qbittorrent|qBittorrent"] → X:
#Borders
#hide_edge_borders both
#Focus
bindsym $mod+Shift+f [class="Firefox"] focus
bindsym $mod+Shift+g [class="Geany"] focus
bindsym $mod+Shift+h [class="Chromium"] focus
for_window [class="Firefox"] focus
for_window [class="Chromium"] focus
for_window [class="geany|Geany"] focus
for_window [class="lxtask|Lxtask"] focus
for_window [class="thunar|Thunar"] focus
for_window [class="Gimp"] focus
for_window [class="claws-mail|Claws-mail"] focus
for_window [class="urxvt|URxvt"] focus
for_window [class="xterm|XTerm"] focus
#Key indicators
#bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks
#bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks
# Hybrid colors
set $black #000000
set $white #babdb6
set $green #80852d
set $blue #82b8f2
set $purple #ad7fa8
set $red #ff8888
set $cyan #6b9b8b
set $yellow #ffaa55
set $bright-black #555753
set $bright-red #e5505f
set $bright-green #b7e234
set $bright-yellow #e8621d
set $bright-blue #0088CC
set $bright-purple #cb99e1
set $bright-cyan #34E2E2
set $bright-white #e9e9e9
#class border backgr. text indicator
client.focused $purple $purple #white $bright-yellow
client.unfocused $bright-black $bright-black $bright-black $bright-yellow
client.focused_inactive $cyan $cyan $cyan $bright-yellow
client.urgent $red $red $red $red
###########################################################################
################### I 3 G A P S N E X T ##############################
###########################################################################
# Settings for I3 next gap git
# https://github.com/Airblader/i3/tree/gaps-next
# Archlinux via aur installation
# http://dotx.me/snippets-i3-gaps/
# delete or uncomment the following lines if you do not have it or do not
# want it
# packer i3-gaps-next-git --noedit
for_window [class="^.*"] border pixel 10
for_window [class="urxvt|URxvt"] border pixel 5
gaps inner 20
gaps outer 20
#smart_gaps on
#smart_borders on
###########################################################################
################### I3 GAPS CHANGE ##############################
###########################################################################
set $mode_gaps Gaps: (o) outer, (i) inner
set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global)
set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global)
bindsym $mod+Shift+z mode "$mode_gaps"
mode "$mode_gaps" {
bindsym o mode "$mode_gaps_outer"
bindsym i mode "$mode_gaps_inner"
bindsym Return mode "default"
bindsym Escape mode "default"
}
mode "$mode_gaps_inner" {
bindsym plus gaps inner current plus 5
bindsym minus gaps inner current minus 5
bindsym 0 gaps inner current set 0
bindsym Shift+plus gaps inner all plus 5
bindsym Shift+minus gaps inner all minus 5
bindsym Shift+0 gaps inner all set 0
bindsym Return mode "default"
bindsym Escape mode "default"
}
mode "$mode_gaps_outer" {
bindsym plus gaps outer current plus 5
bindsym minus gaps outer current minus 5
bindsym 0 gaps outer current set 0
bindsym Shift+plus gaps outer all plus 5
bindsym Shift+minus gaps outer all minus 5
bindsym Shift+0 gaps outer all set 0
bindsym Return mode "default"
bindsym Escape mode "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 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 | # 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
# full_text
# instance
# interval
# label
# min_width
# name
# separator
# separator_block_width
# short_text
# signal
# urgent
# Global properties
#
# The top properties below are applied to every block, but can be overridden.
# Each block command defaults to the script name to avoid boilerplate.
command=/usr/share/i3blocks/$BLOCK_NAME
separator_block_width=15
markup=none
# Volume indicator
#
# The first parameter sets the step (and units to display)
# The second parameter overrides the mixer selection
# See the script for details.
[volume]
label=VOL
#label=♪
instance=Master
#instance=PCM
interval=once
signal=10
# Memory usage
#
# The type defaults to "mem" if the instance is not specified.
[memory]
label=MEM
separator=false
interval=30
#[memory]
#label=SWAP
#instance=swap
#separator=false
#interval=30
# Disk usage
#
# The directory defaults to $HOME if the instance is not specified.
# The script may be called with a optional argument to set the alert
# (defaults to 10 for 10%).
[disk]
label=HOME
#instance=/mnt/data
interval=30
# Network interface monitoring
#
# If the instance is not specified, use the interface used for default route.
# The address can be forced to IPv4 or IPv6 with -4 or -6 switches.
#[iface]
#instance=wlan0
#color=#0088CC
#interval=10
#separator=false
#[wifi]
#instance=wlp3s0
#interval=10
#separator=false
#[bandwidth]
#instance=eth0
#interval=5
# CPU usage
#
# The script may be called with -w and -c switches to specify thresholds,
# see the script for details.
[cpu_usage]
label=CPU
interval=10
min_width=CPU: 100.00%
#separator=false
[load_average]
interval=10
# Battery indicator
#
# The battery instance defaults to 0.
#[battery]
#label=BAT
#label=⚡
#instance=1
#interval=30
# Date Time
#
[time]
command=date '+%Y-%m-%d %H:%M:%S'
interval=5
# Generic media player support
#
# This displays "ARTIST - SONG" if a music is playing.
# Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others.
#[mediaplayer]
#instance=spotify
#interval=5
#signal=10
# OpenVPN support
#
# Support multiple VPN, with colors.
#[openvpn]
#interval=20
# Temperature
#
# Support multiple chips, though lm-sensors.
# The script may be called with -w and -c switches to specify thresholds,
# see the script for details.
#[temperature]
#label=TEMP
#interval=10
#Key indicators
#
# Add the following bindings to i3 config file:
#
# bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks
# bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks
#[keyindicator]
#instance=CAPS
#interval=once
#signal=11
#[keyindicator]
#instance=NUM
#interval=once
#signal=11
|
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 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 | Xft.dpi: 96
Xft.antialias: true
Xft.hinting: full
Xft.hintstyle: hintslight
Xft.rgba: rgb
xterm*title: xterm
xterm*geometry: 90x25
xterm.vt100.geometry: 90x25
xterm*boldMode: false
xterm*cutNewline: false
xterm*on4Clicks: group
xterm*on5Clicks: page
xterm*internalBorder: 2
xterm*background: #222222
xterm*foreground: #ddccbb
xterm*customization: color
xterm*metaSendsEscape: true
xterm*colorBD: #afd700
xterm*colorBDMode: false
xterm*cursorBlink: false
xterm*cursorColor: #ff9900
xterm*dynamiccolors: true
xterm*utf8: true
xterm*loginShell: false
!xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48,35:48,58:48,63:48,61:48,44:48,38:48,59:48
xterm*jumpScroll: true
xterm*multiScroll: true
xterm*saveLines: 30000
xterm*scrollBar: false
xterm*xftAntialias: false
!Xtrail-Colors
!black
XTerm*color0: #222222
XTerm*color8: #554444
!red
XTerm*color1: #884422
XTerm*color9: #cc5533
!green
XTerm*color2: #778800
XTerm*color10: #88aa22
!yellow
XTerm*color3: #e8ae5b
XTerm*color11: #ea6868
!blue
XTerm*color4: #8866cc
XTerm*color12: #9977dd
!magneta
XTerm*color5: #885500
XTerm*color13: #996600
!cyan
XTerm*color6: #5555aa
XTerm*color14: #7777aa
!white
XTerm*color7: #665c64
XTerm*color15: #c3c2c5
!!URxvt*font: -*-terminus-medium-r-*-*-*-*-*-*-*-*-*-*
!URxvt*boldFont: -*-terminus-medium-r-*-*-*-*-*-*-*-*-*-*
urxvt.termName: xterm-256color
urxvt.scrollBar: false
urxvt.imLocale: ja_JP.UTF-8
urxvt.loginShell: true
urxvt.saveLines: 512
urxvt.geometry: 90x25
urxvt.boldMode: false
urxvt.inheritPixmap: false
urxvt.xftAntialias: false
urxvt*font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
urxvt*boldFont: -xos4-terminus-bold-*-*-*-12-*-*-*-*-*-*-*
urxvt.jumpScroll: true
urxvt.tintColor: white
URxvt*internalBorder: 3
URxvt*internalBordercolor: #121212
urxvt.cursorBlink: false
urxvt.cursorColor: #ff8939
urxvt.cursorColor2: #121212
urxvt.colorBD: #857672
urxvt.colorIT: #bbbbbb
urxvt.colorUL: #999999
urxvt.underlineColor: #999999
urxvt.borderless: true
!Technobass - Foreground/Background
URxvt*foreground: #665c64
URxvt*background: #121212
!tabbed urxvt
!URxvt.perl-ext-common: default,tabbed
!Technicolor I & II - Foreground/Background
!URxvt*foreground: #b4b4b4
!URxvt*background: #121212
!Technicolor II
! -- black
!URxvt*color0: #000000
! -- red
!URxvt*color1: #A01515
! -- green
!URxvt*color2: #86BE51
! -- yellow
!URxvt*color3: #968a38
! -- blue
!URxvt*color4: #3b7b9c
! -- purple
!URxvt*color5: #A6397A
! -- cyan
!URxvt*color6: #3b9c5b
! -- white
!URxvt*color7: #E9E9E9
! -- bright-black
!URxvt*color8: #555753
! -- bright-red
!URxvt*color9: #C4362D
! -- bright-green
!URxvt*color10: #a6df36
! -- bright-yellow
!URxvt*color11: #e8621d
! -- bright-blue
!URxvt*color12: #6495ed
! -- bright-purple
!URxvt*color13: #8963B9
! -- bright-cyan
!URxvt*color14: #34E2E2
! -- bright-white
!URxvt*color15: #c3c2c5
!Technobass
! -- black
URxvt*color0: #000000
! -- red
URxvt*color1: #ff8888
! -- green
URxvt*color2: #80852d
! -- yellow
URxvt*color3: #ffaa55
! -- blue
URxvt*color4: #82b8f2
! -- purple
URxvt*color5: #ad7fa8
! -- cyan
URxvt*color6: #6b9b8b
! -- white
URxvt*color7: #babdb6
! -- bright-black
URxvt*color8: #555753
! -- bright-red
URxvt*color9: #e5505f
! -- bright-green
URxvt*color10: #b7e234
! -- bright-yellow
URxvt*color11: #e8621d
! -- bright-blue
URxvt*color12: #0088cc
! -- bright-purple
URxvt*color13: #cb99e1
! -- bright-cyan
URxvt*color14: #34E2E2
! -- bright-white
URxvt*color15: #e9e9e9
!Technicolor I
! black
!URxvt*color0: #000000
!URxvt*color8: #555753
! red
!URxvt*color1: #9e1828
!URxvt*color9: #cf6171
! green
!URxvt*color2: #80852d
!URxvt*color10: #7cbc8c
! yellow
!URxvt*color3: #968a38
!URxvt*color11: #fff796
! blue
!URxvt*color4: #414171
!URxvt*color12: #4186be
! magenta
!URxvt*color5: #963c59
!URxvt*color13: #cf9ebe
! cyan
!URxvt*color6: #418179
!URxvt*color14: #71bebe
! white
!URxvt*color7: #aaaaaa
!URxvt*color15: #c3c2c5
rxvt.termName: rxvt
rxvt.scrollBar: false
rxvt.loginShell: true
rxvt.saveLines: 512
rxvt.boldMode: false
rxvt.xftAntialias: false
rxvt.jumpScroll: true
rxvt*internalBorder: 3
rxvt*internalBordercolor: #222222
rxvt.cursorBlink: false
rxvt.cursorColor: #94bff3
rxvt.cursorColor2: #000000
rxvt.background: #222222
rxvt.foreground: #b4b4b4
rxvt.colorBD: #554444
rxvt.colorIT: #bbbbbb
rxvt.colorUL: #999999
rxvt.underlineColor: #999999
rxvt.borderless: true
rxvt*font: -*-terminus-medium-r-*-*-*-*-*-*-*-*-*-*
rxvt*boldFont: -*-terminus-medium-r-*-*-*-*-*-*-*-*-*-*
!Technicolor-Variant
rxvt*color0: #222222
rxvt*color1: #ba8b8b
rxvt*color2: #86af80
rxvt*color3: #c6d01e
rxvt*color4: #3c8ec4
rxvt*color5: #9a70b2
rxvt*color6: #9fc1cc
rxvt*color7: #e9e9e9
rxvt*color8: #71a3b7
rxvt*color9: #e5505f
rxvt*color10: #8cba87
rxvt.color11: #e0d95c
rxvt*color12: #5899c4
rxvt.color13: #ad73ba
rxvt*color14: #338eaa
rxvt*color15: #c3c2c5
!xclock*hourColor: rgb:0/0/0
!xclock*minuteColor: rgb:8/8/8
!xclock*secondColor: rgb:b/b/b
!xclock*majorColor: rgb:0/0/0
!xclock*minorColor: rgb:6/6/6
xcalc*ti.button1.vertDistance: 4
xcalc*ti.button2.vertDistance: 4
xcalc*ti.button3.vertDistance: 4
xcalc*ti.button4.vertDistance: 4
xcalc*ti.button5.vertDistance: 4
xcalc*ti.background: gray90
xcalc*ti.bevel.borderColor: gray65
xcalc*ti.bevel.borderWidth: 1
xcalc*ti.bevel.vertDistance: 4
xcalc*ti.bevel.defaultDistance: 0
xcalc*ti.bevel.background: rgb:b/c/b
xcalc*ti.bevel.screen*background: rgb:b/c/b
xcalc*ti.bevel.screen.borderColor: rgb:b/c/b
xcalc*ti.bevel.screen.vertDistance: 10
xcalc*ti.bevel.screen.horizDistance: 10
xcalc*ti.bevel.screen*left: chainLeft
xcalc*ti.bevel.screen*right: chainRight
xcalc*ti.bevel.screen*top: chainTop
xcalc*ti.bevel.screen*bottom: chainBottom
xcalc*ti.bevel.screen*LCD.foreground: gray10
xcalc*ti.bevel.screen*INV.vertDistance: 0
xcalc*ti.Command.borderColor: gray65
xcalc*ti.Command.background: gray85
xcalc*ti.Command.foreground: gray30
xcalc*ti.button5.background: rgb:e/b/b
xcalc*ti.button20.background: rgb:e/d/c
xcalc*ti.button25.background: rgb:e/d/c
xcalc*ti.button30.background: rgb:e/d/c
xcalc*ti.button35.background: rgb:e/d/c
xcalc*ti.button40.background: rgb:b/b/e
xcalc*ti.button22.background: gray95
xcalc*ti.button23.background: gray95
xcalc*ti.button24.background: gray95
xcalc*ti.button27.background: gray95
xcalc*ti.button28.background: gray95
xcalc*ti.button29.background: gray95
xcalc*ti.button32.background: gray95
xcalc*ti.button33.background: gray95
xcalc*ti.button34.background: gray95
xcalc*ti.button37.background: gray95
xcalc*ti.button38.background: gray95
xcalc*ti.button39.background: gray95
xmessage*form.okay.shapeStyle: rectangle
xmessage*form.okay.background: IndianRed
xmessage*form.okay.foreground: rgb:e/b/b
xmessage*message*background: ivory3
xmessage*background: gray85
xmessage*foreground: gray15
xmessage*Scrollbar.width: 1
xmessage*Scrollbar.borderWidth: 0
xmessage*Text.?.cursorColor: rgb:d/5/5
xmessage*Text.borderColor: gray65
xmessage*Text*background: gray95
xmessage*Command.highlightThickness: 1
xmessage*Command.internalWidth: 5
xmessage*Command.internalHeight: 3
xmessage*Command.borderColor: gray40
xmessage*Command.shapeStyle: Rectangle
xmessage*Command.background: gray80
xmessage*font: -*-motoko-*-*-*-*-*-*-*-*-*-*-*-*
xman*font: -*-nu-*-*-*-*-*-*-*-*-*-*-*
xman*jumpScroll: true
xman*multiScroll: true
xman*scrollBar: 0
xman*background: #040404
!xman*foreground: #d1a375
xman*foreground: #afd700
xman*manualFontNormal: -*-proggyoptis-*-*-*-*-*-*-*-*-*-*-*-*
xman*manualFontBold: -*-proggyoptis-*-*-*-*-*-*-*-*-*-*-*-*
xman*manualFontItalic: -*-proggyoptis-*-*-*-*-*-*-*-*-*-*-*-*
xman*directoryFontNormal: -*-proggyoptis-*-*-*-*-*-*-*-*-*-*-*-*
xman*manualFontBoldColor: #afd700
xman*manualFontItalicColor: #6495ed
xfontsel*background: #121212
xfontsel*foreground: #ce5666
!xfontsel*font: -*-clean-*-*-*-*-*-*-*-*-*-*-iso8859-2
xfontsel*font: -*-weep-*-*-*-*-*-*-*-*-*-*-*-*
! ---| EMACS |--- {{{
!emacs*font: -jmk-neep alt-medium-r-semicondensed--11-100-75-75-c-50-iso8859-15
!Emacs*Background: grey15
!Emacs*Foreground: grey84
emacs*menubar*foreground:#d0d0d0
emacs*menubar*Background:#1c1c1c
!emacs.geometry: 85x45
!.Emacs21.pane.menubar.background: gray75
!.Emacs21.pane.menubar.foreground: gray20
!.Emacs21.pane.menubar.height: 30
!.Emacs21.pane.menubar.font: -jmk-neep alt-medium-r-semicondensed--11-100-75-75-c-50-iso8859-15
!}}}
XConsole*background: #222222
XConsole*foreground: #dccbba
Xconsole*faceName: terminus:pixelsize=10
XConsole*borderWidth: 2
XConsole*borderColor: grey
XConsole.text.geometry: 480x130
XConsole.verbose: tru
! ------------------------------------------------------------------------------
!
! ROFI
!
! ------------------------------------------------------------------------------
rofi.modi: combi
rofi.combi-modi: window,run,ssh,drun
! rofi.switchers combi -combi-modi ""
!! Monitor id to show on
rofi.m: -1
! ----------
! Appearance
! ----------
!! Border width
rofi.bw: 0
rofi.columns: 1
rofi.fake-transparency: true
rofi.font: Inconsolata Medium 12
rofi.fullscreen: true
rofi.fuzzy: true
rofi.hide-scrollbar: true
rofi.line-margin: 10
rofi.lines: 15
rofi.location: 0
rofi.opacity: 70
rofi.padding: 20
!! Style: none, dash, solid
rofi.separator-style: none
rofi.sidebar-mode: true
! -----------
! Keybindings
! -----------
rofi.kb-mode-next: Tab
rofi.kb-mode-previous: Shift+Tab
rofi.kb-accept-entry: Return,KP_Enter
rofi.kb-cancel: Escape,Control+c
! -----------
! Color theme
! -----------
! For transparency e.g. argb:ee2b2e37
# define rofi_bg #2b2e37
# define rofi_fg #c1c1c1
! # define rofi_border #161619
# define rofi_fg_hi #ffffff
# define rofi_blue #4989d7
# define rofi_blue2 #4d6b8e
# define rofi_red #dc322f
rofi.color-enabled: true
rofi.color-window: rofi_bg, rofi_bg , rofi_blue
rofi.color-normal: rofi_bg, rofi_fg , rofi_bg, rofi_bg, rofi_blue
rofi.color-active: rofi_bg, rofi_fg_hi, rofi_bg, rofi_bg, rofi_blue2
rofi.color-urgent: rofi_bg, rofi_red , rofi_bg, rofi_bg, rofi_red
|
x
Notes
i3 gaps-nex. My desert sunset theme, with .Xresources