Cleanup files
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
1610135c84
commit
de361ca0ea
17 changed files with 198 additions and 42 deletions
|
@ -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'" ];
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue