diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc
index 2d224c7..0039208 100755
--- a/config/bspwm/bspwmrc
+++ b/config/bspwm/bspwmrc
@@ -3,7 +3,8 @@
wmname LG3D &
# START MONITOR BLOCK
-bspc monitor HDMI-1 -d I II III IV V
+bspc monitor HDMI-1 -d I II III IV
+bspc monitor eDP-1 -d eDP-1
# END MONITOR BLOCK
bsp-key-daemon
diff --git a/config/bspwm/colors b/config/bspwm/colors
index a10a9e2..9fdcddf 100755
--- a/config/bspwm/colors
+++ b/config/bspwm/colors
@@ -1,3 +1,3 @@
-bspc config normal_border_color "#4a4543"
-bspc config active_border_color "#5c5855"
-bspc config focused_border_color "#807d7c"
+bspc config normal_border_color "#3c3f4c"
+bspc config active_border_color "#383a47"
+bspc config focused_border_color "#555e70"
diff --git a/config/qutebrowser/base16.css b/config/qutebrowser/base16.css
index 4057c79..379ea4d 100644
--- a/config/qutebrowser/base16.css
+++ b/config/qutebrowser/base16.css
@@ -1,27 +1,27 @@
# :root {
- # --vii: #3a3432;
- # --vi: #5c5855;
- # --v: #db2d20;
- # --iv: #a5a2a2;
- # --iiv: #f7f7f7;
- # --a: #b5e4f4;
+ # --vii: #22262d;
+ # --vi: #383a47;
+ # --v: #ff29a8;
+ # --iv: #8b9cbe;
+ # --iiv: #f4f4f7;
+ # --a: #8265ff;
# }
:root {
- --base00: #090300;
- --base01: #3a3432;
- --base02: #4a4543;
- --base03: #5c5855;
- --base04: #807d7c;
- --base05: #a5a2a2;
- --base06: #d6d5d4;
- --base07: #f7f7f7;
- --base08: #db2d20;
- --base09: #e8bbd0;
- --base0A: #fded02;
- --base0B: #01a252;
- --base0C: #b5e4f4;
- --base0D: #01a0e4;
- --base0E: #a16a94;
- --base0F: #cdab53;
+ --base00: #17191E;
+ --base01: #22262d;
+ --base02: #3c3f4c;
+ --base03: #383a47;
+ --base04: #555e70;
+ --base05: #8b9cbe;
+ --base06: #B2BFD9;
+ --base07: #f4f4f7;
+ --base08: #ff29a8;
+ --base09: #85ffe0;
+ --base0A: #f0ffaa;
+ --base0B: #0badff;
+ --base0C: #8265ff;
+ --base0D: #00eaff;
+ --base0E: #00f6d9;
+ --base0F: #ff3d81;
}
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py
index b8520fb..f6994f1 100644
--- a/config/qutebrowser/config.py
+++ b/config/qutebrowser/config.py
@@ -49,22 +49,22 @@ c.content.user_stylesheets = "base16.css"
# Template author: theova
# Commentary: Tinted Theming: (https://github.com/tinted-theming)
-base00 = "#090300"
-base01 = "#3a3432"
-base02 = "#4a4543"
-base03 = "#5c5855"
-base04 = "#807d7c"
-base05 = "#a5a2a2"
-base06 = "#d6d5d4"
-base07 = "#f7f7f7"
-base08 = "#db2d20"
-base09 = "#e8bbd0"
-base0A = "#fded02"
-base0B = "#01a252"
-base0C = "#b5e4f4"
-base0D = "#01a0e4"
-base0E = "#a16a94"
-base0F = "#cdab53"
+base00 = "#17191E"
+base01 = "#22262d"
+base02 = "#3c3f4c"
+base03 = "#383a47"
+base04 = "#555e70"
+base05 = "#8b9cbe"
+base06 = "#B2BFD9"
+base07 = "#f4f4f7"
+base08 = "#ff29a8"
+base09 = "#85ffe0"
+base0A = "#f0ffaa"
+base0B = "#0badff"
+base0C = "#8265ff"
+base0D = "#00eaff"
+base0E = "#00f6d9"
+base0F = "#ff3d81"
# set qutebrowser colors
diff --git a/config/rofi/theme.rasi b/config/rofi/theme.rasi
index a33bad9..1dc06dc 100644
--- a/config/rofi/theme.rasi
+++ b/config/rofi/theme.rasi
@@ -7,13 +7,13 @@
*/
* {
- red: rgba ( 219, 45, 32, 100 % );
- blue: rgba ( 1, 160, 228, 100 % );
- lightfg: rgba ( 214, 213, 212, 100 % );
- lightbg: rgba ( 58, 52, 50, 100 % );
- foreground: rgba ( 165, 162, 162, 100 % );
- background: rgba ( 9, 3, 0, 100 % );
- background-color: rgba ( 9, 3, 0, 0 % );
+ red: rgba ( 255, 41, 168, 100 % );
+ blue: rgba ( 0, 234, 255, 100 % );
+ lightfg: rgba ( 178, 191, 217, 100 % );
+ lightbg: rgba ( 34, 38, 45, 100 % );
+ foreground: rgba ( 139, 156, 190, 100 % );
+ background: rgba ( 23, 25, 30, 100 % );
+ background-color: rgba ( 23, 25, 30, 0 % );
separatorcolor: @foreground;
border-color: @foreground;
selected-normal-foreground: @lightbg;
diff --git a/config/xfce4/terminal/terminalrc b/config/xfce4/terminal/terminalrc
index 4271480..4195cd9 100644
--- a/config/xfce4/terminal/terminalrc
+++ b/config/xfce4/terminal/terminalrc
@@ -1,12 +1,12 @@
[Configuration]
-ColorForeground=#a5a2a2
-ColorBackground=#090300
-ColorCursor=#b5e4f4
-ColorSelection=#090300
-ColorBold=#a5a2a2
+ColorForeground=#8b9cbe
+ColorBackground=#17191E
+ColorCursor=#8265ff
+ColorSelection=#17191E
+ColorBold=#8b9cbe
ColorBoldUseDefault=FALSE
-ColorPalette=#090300;#db2d20;#01a252;#fded02;#01a0e4;#a16a94;#b5e4f4;#a5a2a2;#5c5855;#db2d20;#01a252;#fded02;#01a0e4;#a16a94;#b5e4f4;#f7f7f7
-TabActivityColor=#fded02
+ColorPalette=#17191E;#ff29a8;#0badff;#f0ffaa;#00eaff;#00f6d9;#8265ff;#8b9cbe;#383a47;#ff29a8;#0badff;#f0ffaa;#00eaff;#00f6d9;#8265ff;#f4f4f7
+TabActivityColor=#f0ffaa
FontName=DejaVu Sans Mono 11
MiscAlwaysShowTabs=FALSE
MiscBell=FALSE
diff --git a/config/xfce4/xfconf/xfce-perchannel-xml/displays.xml b/config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
index f8aabf2..76b9e21 100644
--- a/config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
+++ b/config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
@@ -40,7 +40,7 @@
-
+
diff --git a/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
index 69a3ffd..1aa48c9 100644
--- a/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
+++ b/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
@@ -36,7 +36,7 @@
-
+
@@ -64,7 +64,7 @@
-
+
@@ -73,7 +73,7 @@
-
-
+
+
diff --git a/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
index b491782..40af56b 100644
--- a/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
+++ b/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
@@ -12,6 +12,7 @@
+
diff --git a/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
index d3bfe1d..574e077 100644
--- a/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
+++ b/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
@@ -28,7 +28,7 @@
-
+
diff --git a/config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
index 28660d8..3fe3c44 100644
--- a/config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
+++ b/config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
@@ -48,7 +48,7 @@
-
+
@@ -86,7 +86,7 @@
-
+
diff --git a/scripts/le-wallpaper b/scripts/le-wallpaper
index a2bedfb..207bd4a 100755
--- a/scripts/le-wallpaper
+++ b/scripts/le-wallpaper
@@ -18,7 +18,7 @@ prop="/backdrop/screen0/monitor${monitor_name}/workspace0/last-image"
path="$2"
wallpaper_dir="$HOME/.local/share/le_wallpaper"
-wallpaper_path="${wallpaper_dir}/${monitor_name}.png"
+wallpaper_path="${wallpaper_dir}/.${monitor_name}.png"
wallpaper_store="${wallpaper_dir}/${monitor_name}_path"
mkdir -p "$wallpaper_dir"
diff --git a/scripts/le-wallpaper-open b/scripts/le-wallpaper-open
index 3ac266c..c7bd5cd 100755
--- a/scripts/le-wallpaper-open
+++ b/scripts/le-wallpaper-open
@@ -20,8 +20,13 @@ END {
PROCINFO["sorted_in"] = "@val_num_asc";
d = "feh --bg-center";
for(i in b) {
- d=d " $HOME/.local/share/le_wallpaper/" c[i] ".png";
+ p="$HOME/.local/share/le_wallpaper/." c[i] ".png";
+ if(system("test -f " p)) {
+ p = lp;
+ }
+ lp = p;
+ d=d " " p;
}
- system(d)
+ system(d);
}
'