Changes tm
This commit is contained in:
parent
213d8bf9c8
commit
7f7c20cfda
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
@ -40,7 +40,7 @@
|
||||
</property>
|
||||
<property name="Fallback" type="empty">
|
||||
<property name="eDP-1" type="string" value="Laptop">
|
||||
<property name="Active" type="bool" value="false"/>
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="EDID" type="string" value="b523bc2cb14c5b55f5ea3aa234181e999627d08e"/>
|
||||
<property name="Resolution" type="string" value="1920x1080"/>
|
||||
<property name="RefreshRate" type="double" value="60.002344822965867"/>
|
||||
|
@ -36,7 +36,7 @@
|
||||
</property>
|
||||
<property name="monitoreDP-1" type="empty">
|
||||
<property name="workspace0" type="empty">
|
||||
<property name="last-image" type="string" value="/home/dakedres/.local/share/le_wallpaper/eDP-1.png"/>
|
||||
<property name="last-image" type="string" value="/home/dakedres/.local/share/le_wallpaper/.eDP-1.png"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="backdrop-cycle-enable" type="bool" value="false"/>
|
||||
@ -64,7 +64,7 @@
|
||||
</property>
|
||||
<property name="monitorHDMI-1" type="empty">
|
||||
<property name="workspace0" type="empty">
|
||||
<property name="last-image" type="string" value="/home/dakedres/.local/share/le_wallpaper/HDMI-1.png"/>
|
||||
<property name="last-image" type="string" value="/home/dakedres/.local/share/le_wallpaper/.HDMI-1.png"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
@ -73,7 +73,7 @@
|
||||
<property name="show" type="empty"/>
|
||||
</property>
|
||||
<property name="last" type="empty">
|
||||
<property name="window-width" type="int" value="620"/>
|
||||
<property name="window-height" type="int" value="552"/>
|
||||
<property name="window-width" type="int" value="815"/>
|
||||
<property name="window-height" type="int" value="599"/>
|
||||
</property>
|
||||
</channel>
|
||||
|
@ -12,6 +12,7 @@
|
||||
<value type="string" value="com.uploadedlobster.peek"/>
|
||||
<value type="string" value="discord"/>
|
||||
<value type="string" value="FileZilla"/>
|
||||
<value type="string" value="flameshot"/>
|
||||
<value type="string" value="notify-send"/>
|
||||
<value type="string" value="org.freedesktop.network-manager-applet"/>
|
||||
<value type="string" value="org.kde.kdenlive"/>
|
||||
|
@ -28,7 +28,7 @@
|
||||
<property name="mode" type="uint" value="0"/>
|
||||
<property name="autohide-behavior" type="uint" value="0"/>
|
||||
<property name="enable-struts" type="bool" value="true"/>
|
||||
<property name="output-name" type="string" value="HDMI-1"/>
|
||||
<property name="output-name" type="string" value="Primary"/>
|
||||
</property>
|
||||
<property name="dark-mode" type="bool" value="false"/>
|
||||
</property>
|
||||
|
@ -48,7 +48,7 @@
|
||||
<property name="title_vertical_offset_inactive" type="int" value="0"/>
|
||||
<property name="urgent_blink" type="bool" value="false"/>
|
||||
<property name="use_compositing" type="bool" value="true"/>
|
||||
<property name="workspace_count" type="int" value="5"/>
|
||||
<property name="workspace_count" type="int" value="4"/>
|
||||
<property name="wrap_resistance" type="int" value="10"/>
|
||||
<property name="wrap_windows" type="bool" value="false"/>
|
||||
<property name="wrap_workspaces" type="bool" value="false"/>
|
||||
@ -86,7 +86,7 @@
|
||||
<value type="string" value="II"/>
|
||||
<value type="string" value="III"/>
|
||||
<value type="string" value="IV"/>
|
||||
<value type="string" value="IV"/>
|
||||
<value type="string" value="V"/>
|
||||
<value type="string" value="Desktop"/>
|
||||
<value type="string" value="II"/>
|
||||
<value type="string" value="III"/>
|
||||
|
@ -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"
|
||||
|
@ -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);
|
||||
}
|
||||
'
|
||||
|
Loading…
x
Reference in New Issue
Block a user