Selaa lähdekoodia

i3 theme change, added command to open xeo.la links

master
mort 9 vuotta sitten
vanhempi
commit
1ed85fd0bc
4 muutettua tiedostoa jossa 19 lisäystä ja 9 poistoa
  1. 3
    0
      bin/xeo
  2. 1
    1
      dotfiles/Xresources
  3. 8
    1
      dotfiles/i3/config
  4. 7
    7
      dotfiles/i3status.conf

+ 3
- 0
bin/xeo Näytä tiedosto

#!/bin/bash

firefox "http://xeo.la/$1/"

+ 1
- 1
dotfiles/Xresources Näytä tiedosto

URxvt.background: #000000 URxvt.background: #000000
URxvt.foreground: #EEEEEE URxvt.foreground: #EEEEEE
! black ! black
URxvt.color0: #1C1C1C
URxvt.color0: #000000
URxvt.color8: #404040 URxvt.color8: #404040
! red ! red
URxvt.color1: #B85335 URxvt.color1: #B85335

+ 8
- 1
dotfiles/i3/config Näytä tiedosto



#colors #colors
#solarized theme, weird #solarized theme, weird
set $background #1C1C1C
set $background #000000
set $back-inact #1C1C1C set $back-inact #1C1C1C
set $back-urgen #B85335 set $back-urgen #B85335
set $border #1C1C1C set $border #1C1C1C
# finds out, if available) # finds out, if available)
bar { bar {
status_command i3status status_command i3status

colors {
focused_workspace $border $background $text
inactive_workspace $border $background $t-in
statusline #dddddd
separator #eeeeee
}
} }


exec sh ~/.wmrc exec sh ~/.wmrc

+ 7
- 7
dotfiles/i3status.conf Näytä tiedosto

general { general {
colors = true
interval = 5
colors = true
interval = 5
} }


order += "disk /" order += "disk /"
order += "time" order += "time"


battery 0 { battery 0 {
format = "Battery: %percentage"
format = " Battery: %percentage "
} }


time { time {
format = "%A %d. of %B, %H:%M, Week %U"
format = " %A %d. of %B, %H:%M, Week %U "
} }


load { load {
format = "%1min"
format = " %1min "
} }


disk "/" { disk "/" {
format = "%free"
format = " %free "
} }


volume master { volume master {
format = "♪: %volume"
format = " ♪: %volume "
device = "default" device = "default"
mixer = "Master" mixer = "Master"
mixer_idx = 0 mixer_idx = 0

Loading…
Peruuta
Tallenna