Support additional config files
Lucky me. More configuration!
This commit is contained in:
parent
abcdf22fb4
commit
69516a41bc
3 changed files with 39 additions and 0 deletions
29
configs/linux/misc/.config/i3status/config
Normal file
29
configs/linux/misc/.config/i3status/config
Normal file
|
@ -0,0 +1,29 @@
|
|||
general {
|
||||
markup = "pango"
|
||||
separator = " "
|
||||
colors = true
|
||||
}
|
||||
|
||||
order += "disk /"
|
||||
order += "time"
|
||||
order += "tztime est"
|
||||
order += "tztime pst"
|
||||
|
||||
disk "/" {
|
||||
prefix_type = "decimal"
|
||||
format = "%free free | %avail available | %total total"
|
||||
}
|
||||
|
||||
time {
|
||||
format = "%d/%m/%Y %H:%M"
|
||||
}
|
||||
|
||||
tztime est {
|
||||
format = "%H:%M EST"
|
||||
timezone = "US/Eastern"
|
||||
}
|
||||
|
||||
tztime pst {
|
||||
format = "%H:%M PST"
|
||||
timezone = "US/Pacific"
|
||||
}
|
1
configs/linux/misc/.config/rofi/config
Normal file
1
configs/linux/misc/.config/rofi/config
Normal file
|
@ -0,0 +1 @@
|
|||
rofi.theme: /usr/share/rofi/themes//lb.rasi
|
9
configs/linux/x_server/.Xresources
Normal file
9
configs/linux/x_server/.Xresources
Normal file
|
@ -0,0 +1,9 @@
|
|||
! Load theme from custom themes package
|
||||
#include "/usr/local/google/home/wpcarro/programming/Xresources-themes/base16-monokai-256.Xresources"
|
||||
|
||||
! urxvt settings
|
||||
URxvt.cursorBlink: true
|
||||
URxvt.cursorUnderline: true
|
||||
URxvt.scrollBar: false
|
||||
URxvt.font: xft:source code pro:size=12:antialias=true
|
||||
URxvt.boldFont: xft:source code pro:bold:size=12:antialias=true
|
Loading…
Reference in a new issue