about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--configs/linux/misc/.config/i3status/config29
-rw-r--r--configs/linux/misc/.config/rofi/config1
-rw-r--r--configs/linux/x_server/.Xresources9
3 files changed, 39 insertions, 0 deletions
diff --git a/configs/linux/misc/.config/i3status/config b/configs/linux/misc/.config/i3status/config
new file mode 100644
index 000000000000..92bde63b90b1
--- /dev/null
+++ b/configs/linux/misc/.config/i3status/config
@@ -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"
+}
\ No newline at end of file
diff --git a/configs/linux/misc/.config/rofi/config b/configs/linux/misc/.config/rofi/config
new file mode 100644
index 000000000000..3bc0a7cab04e
--- /dev/null
+++ b/configs/linux/misc/.config/rofi/config
@@ -0,0 +1 @@
+rofi.theme: /usr/share/rofi/themes//lb.rasi
diff --git a/configs/linux/x_server/.Xresources b/configs/linux/x_server/.Xresources
new file mode 100644
index 000000000000..194d843b89cf
--- /dev/null
+++ b/configs/linux/x_server/.Xresources
@@ -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