From 86041425d195b3b593dcf54e31a13ef48a4780a1 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 9 Sep 2019 17:14:59 +0200 Subject: [PATCH 1/5] Fix dde alias Signed-off-by: Severin Kaderli --- system/.config/custom/aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/.config/custom/aliases b/system/.config/custom/aliases index bc4ff91..2d39bae 100644 --- a/system/.config/custom/aliases +++ b/system/.config/custom/aliases @@ -44,6 +44,6 @@ fi alias e="code" # Work aliases -if [ -d "${HOME}/work/tools/dde" ]; then - alias dde='make -f "${HOME}/work/tools/dde/Makefile"' +if [ -d "${HOME}/dev/work/tools/dde" ]; then + alias dde='make -f "${HOME}/dev/work/tools/dde/Makefile"' fi \ No newline at end of file From 5769f2f8e3ecc222312a24c481ca62a2ec2ba6d2 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 9 Sep 2019 17:15:35 +0200 Subject: [PATCH 2/5] Clean up dunstrc Signed-off-by: Severin Kaderli --- system/.config/dunst/dunstrc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/system/.config/dunst/dunstrc b/system/.config/dunst/dunstrc index d2820e6..3490ed3 100644 --- a/system/.config/dunst/dunstrc +++ b/system/.config/dunst/dunstrc @@ -62,7 +62,6 @@ word_wrap = yes # Ignore newlines '\n' in notifications. ignore_newline = no - # The geometry of the window: # [{width}]x{height}[+/-{x}+/-{y}] # The geometry of the message window. @@ -84,8 +83,7 @@ shrink = no # The transparency of the window. Range: [0; 100]. # This option will only work if a compositing windowmanager is # present (e.g. xcompmgr, compiz, etc.). -#transparency = 15 -transparency = 8 +transparency = 0 # Don't remove messages, if the user is idle (no mouse or keyboard input) # for longer than idle_threshold seconds. @@ -126,7 +124,7 @@ line_height = 0 # Draw a line of "separatpr_height" pixel height between two # notifications. # Set to 0 to disable. -separator_height = 2 +separator_height = 0 # Padding between text and separator. padding = 16 @@ -135,7 +133,6 @@ padding = 16 horizontal_padding = 16 # Defines color of the frame around the notification window. -#frame_color = "#171717" frame_color = "#535c5c" # Define a color for the separator. @@ -144,7 +141,7 @@ frame_color = "#535c5c" # * foreground: use the same color as the foreground; # * frame: use the same color as the frame; # * anything else will be interpreted as a X color. -separator_color = frame +separator_color = auto # Defines width in pixels of frame around the notification window. # Set to 0 to disable. From 5d2adad23542f6488360d116ed29adccec69bf6a Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 9 Sep 2019 17:17:59 +0200 Subject: [PATCH 3/5] Update SSH configuration to use XDG directories Signed-off-by: Severin Kaderli --- .gitignore | 2 ++ install | 1 + system/.config/ssh/config | 2 ++ system/.local/bin/ssh | 14 ++++++++++++++ 4 files changed, 19 insertions(+) create mode 100644 system/.config/ssh/config create mode 100755 system/.local/bin/ssh diff --git a/.gitignore b/.gitignore index b85a1ea..6b29e06 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,5 @@ system/.config/phpstorm/config/options/web-types-registry.xml system/.config/phpstorm/config/options/vcs.xml system/.config/phpstorm/config/options/notifications.xml system/.config/mpd/database + +*id_rsa* \ No newline at end of file diff --git a/install b/install index 178e3fc..b42f93b 100755 --- a/install +++ b/install @@ -69,6 +69,7 @@ LINKED_FILES_HOME=( ".config/redshift" ".config/sqlite3" ".config/streamlink" + ".config/ssh" ".config/sxhkd" ".config/topgrade.toml" ".config/Trolltech.conf" diff --git a/system/.config/ssh/config b/system/.config/ssh/config new file mode 100644 index 0000000..48b3ec4 --- /dev/null +++ b/system/.config/ssh/config @@ -0,0 +1,2 @@ +Host * + IdentityFile /home/severin/.config/ssh/id_rsa \ No newline at end of file diff --git a/system/.local/bin/ssh b/system/.local/bin/ssh new file mode 100755 index 0000000..edbb77a --- /dev/null +++ b/system/.local/bin/ssh @@ -0,0 +1,14 @@ +#!/usr/bin/env bash +# +# SCRIPT NAME: +# ssh +# +# AUTHOR: +# Severin Kaderli +# +# DESCRIPTION: +# Wrapper script for ssh to use XDG directories +# +# USAGE: +# ./svn +"/usr/bin/ssh" -F "${XDG_CONFIG_HOME}/ssh/config" "${@}" \ No newline at end of file From eb8f06dba53ec1563e4c2e1eeea37f9dfc3f6ee0 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 9 Sep 2019 17:18:18 +0200 Subject: [PATCH 4/5] Fix problems with brightness control Signed-off-by: Severin Kaderli --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index b42f93b..5b5b399 100755 --- a/install +++ b/install @@ -107,6 +107,7 @@ ADD_GROUPS=( "log" "mpd" "wheel" + "video" ) # Array of systemd services which should be enabled From 2470bdfb6c8a8c525c4beddb016ac54c40ff2614 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 9 Sep 2019 17:20:19 +0200 Subject: [PATCH 5/5] Update post installtion information Signed-off-by: Severin Kaderli --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index 5b5b399..a3bffe1 100755 --- a/install +++ b/install @@ -411,5 +411,5 @@ print_log "Set default shell to zsh" ############################################################################### print_section "Post installation information" echo "${BOLD}Make sure you do the following after this installation:" -echo -e " • Run ${YELLOW}~/.config/polybar/scripts/gmail/auth.py${RESET}${BOLD}" -echo " • Download settings for Visual Studio Code" \ No newline at end of file +echo " • Download settings for Visual Studio Code" +echo " • Reboot the system" \ No newline at end of file