aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-22 13:08:09 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-22 13:08:09 +0200
commit49c415a0a0036808fc8bbd843474c77684a0a3a7 (patch)
treef03e4d23355906fb9dee156c35cf043685129b2a
parent9293bd808111f576f981d0d93ca8d715d22cd7e5 (diff)
subtile fixes
-rw-r--r--.cache/wal/chromium/Cached Theme.pakbin1245 -> 0 bytes
-rw-r--r--.config/picom.conf##template (renamed from .config/picom.conf)8
-rw-r--r--.config/polybar/config##template6
-rw-r--r--.config/rofi/config.rasi##template (renamed from .config/rofi/config.rasi)8
4 files changed, 19 insertions, 3 deletions
diff --git a/.cache/wal/chromium/Cached Theme.pak b/.cache/wal/chromium/Cached Theme.pak
deleted file mode 100644
index 19a18d1..0000000
--- a/.cache/wal/chromium/Cached Theme.pak
+++ /dev/null
Binary files differ
diff --git a/.config/picom.conf b/.config/picom.conf##template
index 8d47a37..1cb9800 100644
--- a/.config/picom.conf
+++ b/.config/picom.conf##template
@@ -1,8 +1,16 @@
+backend = "glx";
shadow = true;
+{% if yadm.hostname == "thoncc" %}
+shadow-radius = 24;
+shadow-opacity = 0.15;
+shadow-offset-y = -24;
+shadow-offset-x = -24;
+{% else %}
shadow-radius = 48;
shadow-opacity = 0.3;
shadow-offset-y = -48;
shadow-offset-x = -48;
+{% endif %}
corner-radius = 8;
shadow-exclude = [
diff --git a/.config/polybar/config##template b/.config/polybar/config##template
index dafd333..1359709 100644
--- a/.config/polybar/config##template
+++ b/.config/polybar/config##template
@@ -40,10 +40,10 @@ foreground = ${color.fg}
radius-top = 0.0
radius-bottom = 0.0
-padding = 3
+padding = 2
-module-margin-left = 1
-module-margin-right = 1
+module-margin-left = 0
+module-margin-right = 0
font-0 = "JetBrains Mono Nerd Font:pixelsize=8:weight=regular:size=0;2"
font-1 = "JetBrains Mono Nerd Font:pixelsize=8:weight=bold:size=0;2"
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi##template
index 088d62f..bbbb646 100644
--- a/.config/rofi/config.rasi
+++ b/.config/rofi/config.rasi##template
@@ -14,7 +14,11 @@ configuration {
background-color: ${ROFIBGCOLOR};
text-color: ${ROFIFGCOLOR};
spacing: 0;
+{% if yadm.hostname == "thoncc" %}
+ width: 400;
+{% else %}
width: 450;
+{% endif %}
line-padding: 0;
line-margin: 0;
--padding: 8px;
@@ -40,7 +44,11 @@ listview {
cycle: false;
margin: 0 0 -1px 0;
scrollbar: false;
+{% if yadm.hostname == "thoncc" %}
+ lines: 5;
+{% else %}
lines: 6;
+{% endif %}
}
element {