aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-12-15 13:01:27 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-12-15 13:01:27 +0900
commit556d8da3dccbe56813f6ed64c4607c0753989193 (patch)
treec9259359bedd6076f9c16342a14ff963ab634aff
parent4de2ed4c28bfb4fe73630f371b1d89825f3f2fef (diff)
small tweak.
-rw-r--r--config/hypr/configs/Keybinds.conf4
-rw-r--r--config/wal/templates/colors-rofi-dark.rasi2
-rw-r--r--config/waybar/style/Simple Style.css3
3 files changed, 5 insertions, 4 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf
index 2c0b4341..39068ee0 100644
--- a/config/hypr/configs/Keybinds.conf
+++ b/config/hypr/configs/Keybinds.conf
@@ -18,8 +18,8 @@ $volume = $scriptsDir/Volume.sh
# see https://wiki.hyprland.org/Configuring/Binds/ for more
# rofi launcher
-bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi run,filebrowser,drun
-bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi run,filebrowser,drun
+bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run
+bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run
bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0
bind = $mainMod SHIFT, R, exec, hyprctl reload
diff --git a/config/wal/templates/colors-rofi-dark.rasi b/config/wal/templates/colors-rofi-dark.rasi
index 743e0432..7d1488b7 100644
--- a/config/wal/templates/colors-rofi-dark.rasi
+++ b/config/wal/templates/colors-rofi-dark.rasi
@@ -21,7 +21,7 @@
selected-urgent-foreground: @foreground;
background-color: @background;
- background: rgba(0,0,0,0.5);
+ background: rgba(0,0,0,0.7);
foreground: {foreground};
border-color: @background;
spacing: 2;
diff --git a/config/waybar/style/Simple Style.css b/config/waybar/style/Simple Style.css
index 311b0caf..503962ca 100644
--- a/config/waybar/style/Simple Style.css
+++ b/config/waybar/style/Simple Style.css
@@ -12,6 +12,7 @@
* {
background: @background;
border: none;
+ min-height: 0;
border-radius: 0;
font-family: "JetBrainsMono Nerd Font";
font-size: 97%;
@@ -87,7 +88,7 @@ window#waybar {
#custom-weather.snowyIcyNight,
#custom-weather.sunnyDay {
color: @foreground;
- padding: 0 6px;
+ padding: 6px;
}
#battery.warning,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage