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. 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` ### `.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` ### `.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. 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 theme
! ------------------------------------------------------------------------------ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
rofi.color-enabled: true rofi.color-enabled: true
rofi.color-window: #273238, #273238, #1e2529 rofi.color-window: #273238, #273238, #1e2529
rofi.color-normal: #273238, #c1c1c1, #273238, #394249, #ffffff 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'" ]; 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] [global]
font = Roboto 12 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] [Settings]
gtk-theme-name=Adapta-Nokto gtk-theme-name=Adapta-Nokto
gtk-icon-theme-name=Paper-Mono-Dark gtk-icon-theme-name=Paper-Mono-Dark

View file

@ -1,12 +1,33 @@
# This file has been auto-generated by i3-config-wizard(1). # SCRIPT NAME:
# It will not be overwritten, so edit it as you like. # .config/i3/config
# #
# Should you change your keyboard layout some time, delete # AUTHOR:
# this file and re-run i3-config-wizard(1). # 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 $mod Mod4
set $alt Mod1 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 new_window none
# Font for window titles. Will also be used by the bar unless a different font # 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 # focus the child container
#bindsym $mod+d focus child #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 # Assign workspaces to screens
workspace $workspace1 output $output1 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] [colors]
background = #222D32 background = #222D32
foreground = #A1B0B8 foreground = #A1B0B8
[bar/top] [bar/top]
monitor = HDMI-1 monitor = HDMI1
width = 100% width = 100%
height = 35 height = 35
offset-x = 0 offset-x = 0
@ -34,7 +45,7 @@ tray-position = right
[bar/top2] [bar/top2]
inherit = bar/top inherit = bar/top
monitor = eDP-1 monitor = eDP1
[module/i3] [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 # Terminate already running bar instances
killall -q polybar 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] [redshift]
; Set the day and night screen temperatures ; Set the day and night screen temperatures
temp-day=5700 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=mplayer -cache 8192
player-no-close player-no-close
twitch-oauth-token=30ktx6jc273cdc9gmkb7jftny3vrgn 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] [options]
resize_grip = false resize_grip = false
scroll_on_output = 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 # Synchronize Google Drive
*/10 * * * * grive -d -p /home/severin/GoogleDrive/ >> /home/severin/.logs/cron.log 2>&1 */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] [user]
email = severin.kaderli@gmail.com email = severin.kaderli@gmail.com
name = Severin Kaderli 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-theme-name="Adapta-Nokto"
gtk-icon-theme-name="Paper-Mono-Dark" gtk-icon-theme-name="Paper-Mono-Dark"
gtk-font-name="Roboto 11" gtk-font-name="Roboto 11"

View file

@ -13,20 +13,20 @@
# This script is sourced by .bash_profile # This script is sourced by .bash_profile
# Key groups # Key groups
g810-led -g keys FF4500 2>&1 > /dev/null g810-led -g keys FF4500 > /dev/null 2>&1
g810-led -g fkeys FF00FF 2>&1 >/dev/null g810-led -g fkeys FF00FF > /dev/null 2>&1
g810-led -g arrows FFFF00 2>&1 >/dev/null g810-led -g arrows FFFF00 > /dev/null 2>&1
g810-led -g numeric 228B22 2>&1 >/dev/null g810-led -g numeric 228B22 > /dev/null 2>&1
g810-led -g multimedia FF0000 2>&1 >/dev/null g810-led -g multimedia FF0000 > /dev/null 2>&1
g810-led -g modifiers 00BFFF 2>&1 >/dev/null g810-led -g modifiers 00BFFF > /dev/null 2>&1
g810-led -g functions DEB887 2>&1 >/dev/null g810-led -g functions DEB887 > /dev/null 2>&1
g810-led -g logo DEB887 2>&1 >/dev/null g810-led -g logo DEB887 > /dev/null 2>&1
g810-led -g indicators DEB887 2>&1 >/dev/null g810-led -g indicators DEB887 > /dev/null 2>&1
# Individual keys # Individual keys
g810-led -k escape 00BFFF 2>&1 >/dev/null g810-led -k escape 00BFFF > /dev/null 2>&1
g810-led -k enter 00BFFF 2>&1 >/dev/null g810-led -k enter 00BFFF > /dev/null 2>&1
g810-led -k tab 00BFFF 2>&1 >/dev/null g810-led -k tab 00BFFF > /dev/null 2>&1
g810-led -k capslock 00BFFF 2>&1 >/dev/null g810-led -k capslock 00BFFF > /dev/null 2>&1
g810-led -k back 00BFFF 2>&1 >/dev/null 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 syntax on
set encoding=utf-8 set encoding=utf-8
set virtualedit=onemore set virtualedit=onemore
@ -7,4 +18,4 @@ filetype on
filetype indent on filetype indent on
filetype plugin on filetype plugin on
:imap jk <Esc> :imap jk <Esc>

View file

@ -12,5 +12,5 @@
# #
# USAGE: # USAGE:
# ./resolution.sh # ./resolution.sh
xrandr --setprovideroutputsource modesetting NVIDIA-0 #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 --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