summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorRoger Gonzalez <rogergonzalez21@gmail.com>2020-03-16 11:29:15 -0300
committerRoger Gonzalez <rogergonzalez21@gmail.com>2020-03-16 11:29:15 -0300
commit7b59518acebb596775220e79f337ed6bac686b54 (patch)
tree4d525bac8718af0de6bc826a02f275163d3fcc0a /.config
parent9a8e7df96eb343742d70cc515a5cdea08e3daa2d (diff)
Added my information to my config
Diffstat (limited to '.config')
-rwxr-xr-x.config/conky/start.sh6
-rwxr-xr-x.config/conky/weather.py9
-rw-r--r--.config/fish/config.fish6
-rw-r--r--.config/i3/config5
-rwxr-xr-x.config/i3/i3lock_script.sh7
-rwxr-xr-x.config/i3/i3status_script.sh7
-rw-r--r--.config/i3status/config8
-rw-r--r--.config/polybar/config6
-rwxr-xr-x.config/polybar/launch.sh7
-rw-r--r--.config/rofi/config6
-rw-r--r--.config/sakura/sakura.conf6
-rw-r--r--.config/terminator/config6
-rw-r--r--.config/termite/config6
13 files changed, 78 insertions, 7 deletions
diff --git a/.config/conky/start.sh b/.config/conky/start.sh
index 34933996..f619ddc7 100755
--- a/.config/conky/start.sh
+++ b/.config/conky/start.sh
@@ -1,4 +1,10 @@
#!/bin/bash
+#
+# | '__/ _ \ / _` / __| Roger González
+# | | | (_) | (_| \__ \ https://rogs.me
+# |_| \___/ \__, |___/ https://git.rogs.me
+# |___/
+#
~/.config/conky/weather.py &
conky -q -c ~/.config/conky/litecrc
diff --git a/.config/conky/weather.py b/.config/conky/weather.py
index b6999846..caa4ac68 100755
--- a/.config/conky/weather.py
+++ b/.config/conky/weather.py
@@ -1,6 +1,9 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-
+#
+# | '__/ _ \ / _` / __| Roger González
+# | | | (_) | (_| \__ \ https://rogs.me
+# |_| \___/ \__, |___/ https://git.rogs.me
+# |___/
+#
import urllib.request
import json
import datetime
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index 8ffc30ea..202b9117 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -1,3 +1,9 @@
+#
+# | '__/ _ \ / _` / __| Roger González
+# | | | (_) | (_| \__ \ https://rogs.me
+# |_| \___/ \__, |___/ https://git.rogs.me
+# |___/
+#
set fish_greeting ""
set -gx PATH /home/roger/.gem/ruby/2.6.0/bin $PATH
set -g theme_powerline_fonts yes
diff --git a/.config/i3/config b/.config/i3/config
index 0e747370..6f975caf 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -1,3 +1,8 @@
+#
+# | '__/ _ \ / _` / __| Roger González
+# | | | (_) | (_| \__ \ https://rogs.me
+# |_| \___/ \__, |___/ https://git.rogs.me
+# |___/
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
diff --git a/.config/i3/i3lock_script.sh b/.config/i3/i3lock_script.sh
index e8c13e31..4af57b56 100755
--- a/.config/i3/i3lock_script.sh
+++ b/.config/i3/i3lock_script.sh
@@ -1,5 +1,10 @@
#!/bin/bash
-
+#
+# | '__/ _ \ / _` / __| Roger González
+# | | | (_) | (_| \__ \ https://rogs.me
+# |_| \___/ \__, |___/ https://git.rogs.me
+# |___/
+#
scrot /tmp/screen.png
xwobf -s 11 /tmp/screen.png
i3lock -i /tmp/screen.png
diff --git a/.config/i3/i3status_script.sh b/.config/i3/i3status_script.sh
index 8b39354a..b7788360 100755
--- a/.config/i3/i3status_script.sh
+++ b/.config/i3/i3status_script.sh
@@ -1,5 +1,10 @@
#!/bin/bash
-
+#
+# | '__/ _ \ / _` / __| Roger González
+# | | | (_) | (_| \__ \ https://rogs.me
+# |_| \___/ \__, |___/ https://git.rogs.me
+# |___/
+#
i3status --config ~/.config/i3status/config | while :
do
read line
diff --git a/.config/i3status/config b/.config/i3status/config
index 193165a9..ad0854a1 100644
--- a/.config/i3status/config
+++ b/.config/i3status/config
@@ -1,3 +1,9 @@
+#
+# | '__/ _ \ / _` / __| Roger González
+# | | | (_) | (_| \__ \ https://rogs.me
+# |_| \___/ \__, |___/ https://git.rogs.me
+# |___/
+#
###############################################################################
# ceerious i3 status config
# see "man i3status" for documentation.
@@ -74,4 +80,4 @@ volume master {
device = "default"
mixer = "Master"
mixer_idx = 0
-} \ No newline at end of file
+}
diff --git a/.config/polybar/config b/.config/polybar/config
index 74342e01..e394b640 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -1,3 +1,9 @@
+;
+; | '__/ _ \ / _` / __| Roger González
+; | | | (_) | (_| \__ \ https://rogs.me
+; |_| \___/ \__, |___/ https://git.rogs.me
+; |___/
+
[colors]
accent = #fba922
diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh
index 9df22040..d0835cdb 100755
--- a/.config/polybar/launch.sh
+++ b/.config/polybar/launch.sh
@@ -1,5 +1,10 @@
#!/bin/bash
-
+#
+# | '__/ _ \ / _` / __| Roger González
+# | | | (_) | (_| \__ \ https://rogs.me
+# |_| \___/ \__, |___/ https://git.rogs.me
+# |___/
+#
# Terminate already running bar instances
killall -q polybar
diff --git a/.config/rofi/config b/.config/rofi/config
index efa0bd68..64b8fe2e 100644
--- a/.config/rofi/config
+++ b/.config/rofi/config
@@ -1,3 +1,9 @@
+#
+# | '__/ _ \ / _` / __| Roger González
+# | | | (_) | (_| \__ \ https://rogs.me
+# |_| \___/ \__, |___/ https://git.rogs.me
+# |___/
+#
configuration {
modi: "window,drun,ssh,combi";
theme: DarkBlue;
diff --git a/.config/sakura/sakura.conf b/.config/sakura/sakura.conf
index bde1c7fc..717519bb 100644
--- a/.config/sakura/sakura.conf
+++ b/.config/sakura/sakura.conf
@@ -1,3 +1,9 @@
+#
+# | '__/ _ \ / _` / __| Roger González
+# | | | (_) | (_| \__ \ https://rogs.me
+# |_| \___/ \__, |___/ https://git.rogs.me
+# |___/
+#
[sakura]
colorset1_fore=rgb(192,192,192)
colorset1_back=rgba(0,0,0,1)
diff --git a/.config/terminator/config b/.config/terminator/config
index d0f6e902..12e83dae 100644
--- a/.config/terminator/config
+++ b/.config/terminator/config
@@ -1,3 +1,9 @@
+#
+# | '__/ _ \ / _` / __| Roger González
+# | | | (_) | (_| \__ \ https://rogs.me
+# |_| \___/ \__, |___/ https://git.rogs.me
+# |___/
+#
[global_config]
borderless = True
extra_styling = False
diff --git a/.config/termite/config b/.config/termite/config
index 1b470f57..d597c06f 100644
--- a/.config/termite/config
+++ b/.config/termite/config
@@ -1,2 +1,8 @@
+#
+# | '__/ _ \ / _` / __| Roger González
+# | | | (_) | (_| \__ \ https://rogs.me
+# |_| \___/ \__, |___/ https://git.rogs.me
+# |___/
+#
[options]
font = Monospace 12