aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-06-06 01:47:07 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-06-06 01:47:07 +0300
commitcebdc4720215b5f57427a8f95ebcc4403e21f089 (patch)
tree6ba82f8785ae27181f2668b2483e738ed2cc4705
parentaa5d4079abfa37e212d8ad29009befcc9c9ba874 (diff)
downloadswayrice-cebdc4720215b5f57427a8f95ebcc4403e21f089.tar.gz
swayrice-cebdc4720215b5f57427a8f95ebcc4403e21f089.zip
swayfx settings
Because I was missing some eyecandy after all.
-rw-r--r--dotfiles/.config/foot/foot.ini5
-rw-r--r--dotfiles/.config/mako/config4
-rw-r--r--dotfiles/.config/rofi/ultramar.rasi14
-rw-r--r--dotfiles/.config/sway/config10
4 files changed, 22 insertions, 11 deletions
diff --git a/dotfiles/.config/foot/foot.ini b/dotfiles/.config/foot/foot.ini
index 0507cea..25a8606 100644
--- a/dotfiles/.config/foot/foot.ini
+++ b/dotfiles/.config/foot/foot.ini
@@ -1,11 +1,12 @@
dpi-aware = no
-font = monospace:size=10
login-shell = yes
term = foot-extra
+font = monospace:size=10
+#line-height=17px
[colors]
-#alpha = 0.92
+alpha = 0.92
foreground = fcf8e2 #white
background = 151517 #black
diff --git a/dotfiles/.config/mako/config b/dotfiles/.config/mako/config
index d1d5d24..33bad81 100644
--- a/dotfiles/.config/mako/config
+++ b/dotfiles/.config/mako/config
@@ -1,8 +1,10 @@
font=monospace 10
text-color=#fcf8e2
-background-color=#212128
+background-color=#212128e7
border-color=#424a4d
default-timeout=5000
height=700
max-visible=5
max-history=10
+margin=0
+outer-margin=10
diff --git a/dotfiles/.config/rofi/ultramar.rasi b/dotfiles/.config/rofi/ultramar.rasi
index c65c90d..3ab0246 100644
--- a/dotfiles/.config/rofi/ultramar.rasi
+++ b/dotfiles/.config/rofi/ultramar.rasi
@@ -8,7 +8,7 @@
selected-normal-foreground: #151517;
foreground: #fcf8e2;
normal-foreground: @foreground;
- alternate-normal-background: #151517;
+ alternate-normal-background: #15151777;
red: #b73030;
selected-urgent-foreground: @foreground;
blue: #3f6e90;
@@ -19,10 +19,10 @@
active-foreground: @blue;
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: rgba ( 249, 249, 249, 100 % );
- alternate-active-background: rgba ( 75, 81, 96, 89 % );
- background: #000000;
+ alternate-active-background: rgba ( 75, 81, 96, 50 % );
+ background: #00000099;
alternate-normal-foreground: @foreground;
- normal-background: @background;
+ normal-background: #00000077;
lightfg: rgba ( 88, 104, 117, 100 % );
selected-normal-background: @cyan1;
border-color: @cyan;
@@ -31,7 +31,6 @@
urgent-background: rgba ( 29, 31, 33, 17 % );
selected-urgent-background: @red;
alternate-urgent-foreground: @urgent-foreground;
- background-color: @background;
alternate-active-foreground: @active-foreground;
active-background: rgba ( 29, 31, 33, 17 % );
selected-active-background: rgba ( 68, 145, 237, 100 % );
@@ -46,7 +45,7 @@ mainbox {
padding: 0;
}
message {
- border: 2px 0px 0px ;
+ border: 0px ;
border-color: @separatorcolor;
padding: 1px ;
}
@@ -57,7 +56,7 @@ listview {
fixed-height: false;
lines: 20;
dynamic: true;
- border: 2px 0px 0px ;
+ border: 0px ;
border-color: @separatorcolor;
spacing: 2px ;
scrollbar: true;
@@ -72,7 +71,6 @@ element-text {
text-color: inherit;
}
element.normal.normal {
- background-color: @normal-background;
text-color: @normal-foreground;
}
element.normal.urgent {
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config
index 0eea7db..d4d7a8d 100644
--- a/dotfiles/.config/sway/config
+++ b/dotfiles/.config/sway/config
@@ -41,6 +41,16 @@ font pango:monospace 9
titlebar_padding 6 2
titlebar_border_thickness 2
+# swayfx
+shadows enable
+shadow_blur_radius 15
+shadow_color #000000aa
+blur enable
+blur_radius 8
+
+layer_effects "rofi" blur enable; shadows enable
+layer_effects "notifications" blur enable; shadows enable
+
# Use Mouse+$mod to drag floating windows
floating_modifier $mod