Cleanup files

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-18 18:03:41 +01:00
parent 1610135c84
commit de361ca0ea
17 changed files with 198 additions and 42 deletions

View file

@ -19,7 +19,7 @@ The list of my used arch packages are found inside the files in `packages`. The
The main content of this repository can be found in the `system` folder. It contains all configurations files, directories and script that are get symlinked by my install script.
### `.config/dunst`
This folder contains my configuration for the [Dunst](https://dunst-project.org) notification daemon.
This folder contains my configuration for the [dunst](https://dunst-project.org) notification daemon.
### `.config/gtk-3.0`
This folder contains my GTK 3.0 configuration. I don't edit this configuration directly but use [LXAppearance](https://www.archlinux.org/packages/community/x86_64/lxappearance/) for configuring.

View file

@ -1,6 +1,18 @@
! ------------------------------------------------------------------------------
! SCRIPT NAME:
! .Xresources
!
! AUTHOR:
! Severin Kaderli <severin.kaderli@gmail.com>
!
! DESCRIPTION:
! This contains my Rofi color configuration.
!
! USAGE:
! This file is merged on boot.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! ROFI Color theme
! ------------------------------------------------------------------------------
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
rofi.color-enabled: true
rofi.color-window: #273238, #273238, #1e2529
rofi.color-normal: #273238, #c1c1c1, #273238, #394249, #ffffff

View file

@ -1 +1,14 @@
# SCRIPT NAME:
# .config/compton.conf
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
#
# DESCRIPTION:
# This is my compton configuration.
#
# USAGE:
# This file is automatically used by compton.
# Settings opacity rules
opacity-rule = [ "85:class_g = 'Termite'" ];

View file

@ -1,3 +1,14 @@
# SCRIPT NAME:
# .config/dunst/dunstrc
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
#
# DESCRIPTION:
# This file contains dunst configuration.
#
# USAGE:
# This file is automatically used by dunst.
[global]
font = Roboto 12

View file

@ -1,3 +1,14 @@
; SCRIPT NAME:
; .config/gtk-3.0/settings.ini
;
; AUTHOR:
; Severin Kaderli <severin.kaderli@gmail.com>
;
; DESCRIPTION:
; This file contains my GTK 3.0 configuration
;
; USAGE:
; This file is automatically used by GTK.
[Settings]
gtk-theme-name=Adapta-Nokto
gtk-icon-theme-name=Paper-Mono-Dark

View file

@ -1,12 +1,33 @@
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
# SCRIPT NAME:
# .config/i3/config
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
#
# DESCRIPTION:
# This file contains my i3 configuration.
#
# USAGE:
# This file is automatically used by i3.
set $mod Mod4
set $alt Mod1
# Monitors
set $output1 HDMI1
set $output2 eDP1
# Workspaces
set $workspace1 "1: "
set $workspace2 "2: "
set $workspace3 "3: "
set $workspace4 "4: "
set $workspace5 "5: "
set $workspace6 "6: "
set $workspace7 "7: "
set $workspace8 "8: "
set $workspace9 "9: "
set $workspace10 "10: "
new_window none
# Font for window titles. Will also be used by the bar unless a different font
@ -63,21 +84,7 @@ bindsym $mod+a focus parent
# focus the child container
#bindsym $mod+d focus child
# Set monitor names
set $output1 HDMI-1
set $output2 eDP-1
# Set workspace titles
set $workspace1 "1: "
set $workspace2 "2: "
set $workspace3 "3: "
set $workspace4 "4: "
set $workspace5 "5: "
set $workspace6 "6: "
set $workspace7 "7: "
set $workspace8 "8: "
set $workspace9 "9: "
set $workspace10 "10: "
# Assign workspaces to screens
workspace $workspace1 output $output1

View file

@ -1,9 +1,20 @@
# SCRIPT NAME:
# .config/polybar/config
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
#
# DESCRIPTION:
# This file contains my Polybar configuration
#
# USAGE:
# This file is automatically used by Polybar.
[colors]
background = #222D32
foreground = #A1B0B8
[bar/top]
monitor = HDMI-1
monitor = HDMI1
width = 100%
height = 35
offset-x = 0
@ -34,7 +45,7 @@ tray-position = right
[bar/top2]
inherit = bar/top
monitor = eDP-1
monitor = eDP1
[module/i3]

View file

@ -1,4 +1,16 @@
#!/usr/bin/env sh
#!/bin/bash
#
# SCRIPT NAME:
# .config/polybar/launch.sh
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
#
# DESCRIPTION:
# This script kills existing polybar processes and then launches the bars.
#
# USAGE:
# ./launch.sh
# Terminate already running bar instances
killall -q polybar

View file

@ -1,4 +1,14 @@
; Global settings for redshift
; SCRIPT NAME:
; .config/redshift/redshift.conf
;
; AUTHOR:
; Severin Kaderli <severin.kaderli@gmail.com>
;
; DESCRIPTION:
; This is my Redshift configuration.
;
; USAGE:
; This file is automatically used by Redshift.
[redshift]
; Set the day and night screen temperatures
temp-day=5700

View file

@ -1,3 +1,14 @@
# SCRIPT NAME:
# .config/streamlink/config
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
#
# DESCRIPTION:
# This is my Streamlink configuration.
#
# USAGE:
# This file is automatically used by Streamlink.
player=mplayer -cache 8192
player-no-close
twitch-oauth-token=30ktx6jc273cdc9gmkb7jftny3vrgn

View file

@ -1,3 +1,14 @@
# SCRIPT NAME:
# .config/termite/config
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
#
# DESCRIPTION:
# This is my termite configuration.
#
# USAGE:
# This file is automatically used by termite.
[options]
resize_grip = false
scroll_on_output = false

View file

@ -1,2 +1,14 @@
# SCRIPT NAME:
# .crontab
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
#
# DESCRIPTION:
# This file contains my cronjobs.
#
# USAGE:
# This file is loaded on boot by crontab.
# Synchronize Google Drive
*/10 * * * * grive -d -p /home/severin/GoogleDrive/ >> /home/severin/.logs/cron.log 2>&1

View file

@ -1,3 +1,15 @@
# SCRIPT NAME:
# .gitconfig
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
#
# DESCRIPTION:
# This is my configuration for Git.
#
# USAGE:
# This file is automatically used by Git.
[user]
email = severin.kaderli@gmail.com
name = Severin Kaderli

View file

@ -1,3 +1,15 @@
# SCRIPT NAME:
# .gtkrc-2.0.mine
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
#
# DESCRIPTION:
# This file contains my GTK 2.0 configuration.
#
# USAGE:
# This file is automatically used by GTK.
gtk-theme-name="Adapta-Nokto"
gtk-icon-theme-name="Paper-Mono-Dark"
gtk-font-name="Roboto 11"

View file

@ -13,20 +13,20 @@
# This script is sourced by .bash_profile
# Key groups
g810-led -g keys FF4500 2>&1 > /dev/null
g810-led -g fkeys FF00FF 2>&1 >/dev/null
g810-led -g arrows FFFF00 2>&1 >/dev/null
g810-led -g numeric 228B22 2>&1 >/dev/null
g810-led -g multimedia FF0000 2>&1 >/dev/null
g810-led -g modifiers 00BFFF 2>&1 >/dev/null
g810-led -g keys FF4500 > /dev/null 2>&1
g810-led -g fkeys FF00FF > /dev/null 2>&1
g810-led -g arrows FFFF00 > /dev/null 2>&1
g810-led -g numeric 228B22 > /dev/null 2>&1
g810-led -g multimedia FF0000 > /dev/null 2>&1
g810-led -g modifiers 00BFFF > /dev/null 2>&1
g810-led -g functions DEB887 2>&1 >/dev/null
g810-led -g logo DEB887 2>&1 >/dev/null
g810-led -g indicators DEB887 2>&1 >/dev/null
g810-led -g functions DEB887 > /dev/null 2>&1
g810-led -g logo DEB887 > /dev/null 2>&1
g810-led -g indicators DEB887 > /dev/null 2>&1
# Individual keys
g810-led -k escape 00BFFF 2>&1 >/dev/null
g810-led -k enter 00BFFF 2>&1 >/dev/null
g810-led -k tab 00BFFF 2>&1 >/dev/null
g810-led -k capslock 00BFFF 2>&1 >/dev/null
g810-led -k back 00BFFF 2>&1 >/dev/null
g810-led -k escape 00BFFF > /dev/null 2>&1
g810-led -k enter 00BFFF > /dev/null 2>&1
g810-led -k tab 00BFFF > /dev/null 2>&1
g810-led -k capslock 00BFFF > /dev/null 2>&1
g810-led -k back 00BFFF > /dev/null 2>&1

View file

@ -1,3 +1,14 @@
" SCRIPT NAME:
" .vimrc
"
" AUTHOR:
" Severin Kaderli <severin.kaderli@gmail.com>
"
" DESCRIPTION:
" This is my Vim configuration.
"
" USAGE:
" This file is automatically used by Vim.
syntax on
set encoding=utf-8
set virtualedit=onemore

View file

@ -12,5 +12,5 @@
#
# USAGE:
# ./resolution.sh
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --output HDMI3 --off --output HDMI2 --off --output HDMI-1 --mode 1280x1024 --pos 80x56 --rotate normal --output eDP-1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal --output DP3 --off --output DP2 --off --output DP1 --off
#xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --output HDMI3 --off --output HDMI2 --off --output HDMI1 --mode 1280x1024 --pos 80x56 --rotate normal --output eDP1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal --output DP3 --off --output DP2 --off --output DP1 --off