From 7b59518acebb596775220e79f337ed6bac686b54 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 16 Mar 2020 11:29:15 -0300 Subject: Added my information to my config --- .config/conky/start.sh | 6 ++++++ .config/conky/weather.py | 9 ++++++--- .config/fish/config.fish | 6 ++++++ .config/i3/config | 5 +++++ .config/i3/i3lock_script.sh | 7 ++++++- .config/i3/i3status_script.sh | 7 ++++++- .config/i3status/config | 8 +++++++- .config/polybar/config | 6 ++++++ .config/polybar/launch.sh | 7 ++++++- .config/rofi/config | 6 ++++++ .config/sakura/sakura.conf | 6 ++++++ .config/terminator/config | 6 ++++++ .config/termite/config | 6 ++++++ 13 files changed, 78 insertions(+), 7 deletions(-) (limited to '.config') 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 -- cgit v1.2.3