Przeglądaj źródła

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

master
mort 9 lat temu
rodzic
commit
1ed85fd0bc
4 zmienionych plików z 19 dodań i 9 usunięć
  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 Wyświetl plik

@@ -0,0 +1,3 @@
#!/bin/bash

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

+ 1
- 1
dotfiles/Xresources Wyświetl plik

@@ -19,7 +19,7 @@ URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.background: #000000
URxvt.foreground: #EEEEEE
! black
URxvt.color0: #1C1C1C
URxvt.color0: #000000
URxvt.color8: #404040
! red
URxvt.color1: #B85335

+ 8
- 1
dotfiles/i3/config Wyświetl plik

@@ -20,7 +20,7 @@ for_window [title="^float$"] floating enable

#colors
#solarized theme, weird
set $background #1C1C1C
set $background #000000
set $back-inact #1C1C1C
set $back-urgen #B85335
set $border #1C1C1C
@@ -178,6 +178,13 @@ bindsym $mod+r mode "resize"
# finds out, if available)
bar {
status_command i3status

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

exec sh ~/.wmrc

+ 7
- 7
dotfiles/i3status.conf Wyświetl plik

@@ -1,6 +1,6 @@
general {
colors = true
interval = 5
colors = true
interval = 5
}

order += "disk /"
@@ -9,23 +9,23 @@ order += "battery 0"
order += "time"

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

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

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

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

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

Ładowanie…
Anuluj
Zapisz