From 788ff9e06fb85b2dd5e75be9a3ac45fca4bac599 Mon Sep 17 00:00:00 2001 From: Salim Zaidi <121177411+zedsalim@users.noreply.github.com> Date: Sun, 25 Jun 2023 16:31:55 +0100 Subject: [PATCH] Updates --- config/.gtkrc-2.0 | 2 +- config/i3/config | 2 +- config/scripts/themes/BlueNova/.fehbg | 2 +- config/scripts/themes/BlueNova/.gtkrc-2.0 | 2 +- config/scripts/themes/Darkness/.fehbg | 2 +- config/scripts/themes/Darkness/.gtkrc-2.0 | 2 +- config/scripts/themes/Dracula/.fehbg | 2 +- config/scripts/themes/Dracula/.gtkrc-2.0 | 2 +- config/scripts/themes/Horizon/.fehbg | 2 +- config/scripts/themes/Horizon/.gtkrc-2.0 | 2 +- config/scripts/themes/Nord/.fehbg | 2 +- config/scripts/themes/Nord/.gtkrc-2.0 | 2 +- config/scripts/themes/Pink/.fehbg | 2 +- config/scripts/themes/Pink/.gtkrc-2.0 | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/config/.gtkrc-2.0 b/config/.gtkrc-2.0 index 1088710..044bd48 100644 --- a/config/.gtkrc-2.0 +++ b/config/.gtkrc-2.0 @@ -1,7 +1,7 @@ # DO NOT EDIT! This file will be overwritten by LXAppearance. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -include "/home/zed/.gtkrc-2.0.mine" +include "/home/$USER/.gtkrc-2.0.mine" gtk-theme-name="Dracula" gtk-icon-theme-name="Dracula-icons" gtk-font-name="Sans 10" diff --git a/config/i3/config b/config/i3/config index 4c1125a..c28790f 100755 --- a/config/i3/config +++ b/config/i3/config @@ -4,7 +4,7 @@ include $HOME/.config/i3/workspaces.conf include $HOME/.config/i3/colors.conf exec --no-startup-id ibus-daemon -drx -exec_always feh --bg-fill ~/.config/wallpapers/wall.png +exec_always feh --bg-fill ~/.config/wallpapers/wall.jpg #exec_always --no-startup-id ~/.fehbg exec_always --no-startup-id ~/.config/i3/autostart.sh exec --no-startup-id ~/.config/scripts/help_notification.sh diff --git a/config/scripts/themes/BlueNova/.fehbg b/config/scripts/themes/BlueNova/.fehbg index 53689ed..ebee4a3 100755 --- a/config/scripts/themes/BlueNova/.fehbg +++ b/config/scripts/themes/BlueNova/.fehbg @@ -1,2 +1,2 @@ #!/bin/sh -feh --no-fehbg --bg-fill '/home/zed/.config/wallpapers/bluenova.jpg' +feh --no-fehbg --bg-fill '/home/$USER/.config/wallpapers/bluenova.jpg' diff --git a/config/scripts/themes/BlueNova/.gtkrc-2.0 b/config/scripts/themes/BlueNova/.gtkrc-2.0 index 7ca95bd..1f419d2 100644 --- a/config/scripts/themes/BlueNova/.gtkrc-2.0 +++ b/config/scripts/themes/BlueNova/.gtkrc-2.0 @@ -1,7 +1,7 @@ # DO NOT EDIT! This file will be overwritten by LXAppearance. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -include "/home/zed/.gtkrc-2.0.mine" +include "/home/$USER/.gtkrc-2.0.mine" gtk-theme-name="BlueSky-Clean-Dark" gtk-icon-theme-name="Papirus" gtk-font-name="Sans 10" diff --git a/config/scripts/themes/Darkness/.fehbg b/config/scripts/themes/Darkness/.fehbg index 59f0b80..3c6a864 100755 --- a/config/scripts/themes/Darkness/.fehbg +++ b/config/scripts/themes/Darkness/.fehbg @@ -1,2 +1,2 @@ #!/bin/sh -feh --no-fehbg --bg-fill '/home/zed/.config/wallpapers/darkness.jpg' +feh --no-fehbg --bg-fill '/home/$USER/.config/wallpapers/darkness.jpg' diff --git a/config/scripts/themes/Darkness/.gtkrc-2.0 b/config/scripts/themes/Darkness/.gtkrc-2.0 index 80645db..ca82036 100644 --- a/config/scripts/themes/Darkness/.gtkrc-2.0 +++ b/config/scripts/themes/Darkness/.gtkrc-2.0 @@ -1,7 +1,7 @@ # DO NOT EDIT! This file will be overwritten by LXAppearance. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -include "/home/zed/.gtkrc-2.0.mine" +include "/home/$USER/.gtkrc-2.0.mine" gtk-theme-name="Blackout" gtk-icon-theme-name="Flat-Remix-Grey-Dark" gtk-font-name="Sans 10" diff --git a/config/scripts/themes/Dracula/.fehbg b/config/scripts/themes/Dracula/.fehbg index ebcfd79..450f0d9 100755 --- a/config/scripts/themes/Dracula/.fehbg +++ b/config/scripts/themes/Dracula/.fehbg @@ -1,2 +1,2 @@ #!/bin/sh -feh --no-fehbg --bg-fill '/home/zed/.config/wallpapers/wall.jpg' +feh --no-fehbg --bg-fill '/home/$USER/.config/wallpapers/wall.jpg' diff --git a/config/scripts/themes/Dracula/.gtkrc-2.0 b/config/scripts/themes/Dracula/.gtkrc-2.0 index 1088710..044bd48 100644 --- a/config/scripts/themes/Dracula/.gtkrc-2.0 +++ b/config/scripts/themes/Dracula/.gtkrc-2.0 @@ -1,7 +1,7 @@ # DO NOT EDIT! This file will be overwritten by LXAppearance. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -include "/home/zed/.gtkrc-2.0.mine" +include "/home/$USER/.gtkrc-2.0.mine" gtk-theme-name="Dracula" gtk-icon-theme-name="Dracula-icons" gtk-font-name="Sans 10" diff --git a/config/scripts/themes/Horizon/.fehbg b/config/scripts/themes/Horizon/.fehbg index a450e64..8c7b2c1 100755 --- a/config/scripts/themes/Horizon/.fehbg +++ b/config/scripts/themes/Horizon/.fehbg @@ -1,2 +1,2 @@ #!/bin/sh -feh --no-fehbg --bg-fill '/home/zed/.config/wallpapers/horizon.jpg' +feh --no-fehbg --bg-fill '/home/$USER/.config/wallpapers/horizon.jpg' diff --git a/config/scripts/themes/Horizon/.gtkrc-2.0 b/config/scripts/themes/Horizon/.gtkrc-2.0 index 0884f13..633a509 100644 --- a/config/scripts/themes/Horizon/.gtkrc-2.0 +++ b/config/scripts/themes/Horizon/.gtkrc-2.0 @@ -1,7 +1,7 @@ # DO NOT EDIT! This file will be overwritten by LXAppearance. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -include "/home/zed/.gtkrc-2.0.mine" +include "/home/$USER/.gtkrc-2.0.mine" gtk-theme-name="Adwaita-dark" gtk-icon-theme-name="Flat-Remix-Grey-Dark" gtk-font-name="Sans 10" diff --git a/config/scripts/themes/Nord/.fehbg b/config/scripts/themes/Nord/.fehbg index e4f7a33..e4ebc3e 100755 --- a/config/scripts/themes/Nord/.fehbg +++ b/config/scripts/themes/Nord/.fehbg @@ -1,2 +1,2 @@ #!/bin/sh -feh --no-fehbg --bg-fill '/home/zed/.config/wallpapers/nord.png' +feh --no-fehbg --bg-fill '/home/$USER/.config/wallpapers/nord.png' diff --git a/config/scripts/themes/Nord/.gtkrc-2.0 b/config/scripts/themes/Nord/.gtkrc-2.0 index 2f043b5..4297c1d 100644 --- a/config/scripts/themes/Nord/.gtkrc-2.0 +++ b/config/scripts/themes/Nord/.gtkrc-2.0 @@ -1,7 +1,7 @@ # DO NOT EDIT! This file will be overwritten by LXAppearance. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -include "/home/zed/.gtkrc-2.0.mine" +include "/home/$USER/.gtkrc-2.0.mine" gtk-theme-name="Nordic" gtk-icon-theme-name="Papirus" gtk-font-name="Sans 10" diff --git a/config/scripts/themes/Pink/.fehbg b/config/scripts/themes/Pink/.fehbg index 4b940cd..5d43df4 100755 --- a/config/scripts/themes/Pink/.fehbg +++ b/config/scripts/themes/Pink/.fehbg @@ -1,2 +1,2 @@ #!/bin/sh -feh --no-fehbg --bg-fill '/home/zed/.config/wallpapers/pink.png' +feh --no-fehbg --bg-fill '/home/$USER/.config/wallpapers/pink.png' diff --git a/config/scripts/themes/Pink/.gtkrc-2.0 b/config/scripts/themes/Pink/.gtkrc-2.0 index 1088710..044bd48 100644 --- a/config/scripts/themes/Pink/.gtkrc-2.0 +++ b/config/scripts/themes/Pink/.gtkrc-2.0 @@ -1,7 +1,7 @@ # DO NOT EDIT! This file will be overwritten by LXAppearance. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -include "/home/zed/.gtkrc-2.0.mine" +include "/home/$USER/.gtkrc-2.0.mine" gtk-theme-name="Dracula" gtk-icon-theme-name="Dracula-icons" gtk-font-name="Sans 10"