From db682a42488b91509d33a829204e8d9519359ce5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 13 Dec 2023 22:02:14 +0900 Subject: adjustment on refresh script --- config/hypr/scripts/Refresh.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/hypr') diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index 556f651d..e393b95d 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -10,6 +10,7 @@ for _prs in "${_ps[@]}"; do fi done +sleep 0.5 # Relaunch waybar waybar & @@ -17,7 +18,7 @@ waybar & ${SCRIPTSDIR}/PywalDunst.sh & # Relaunching rainbow borders -sleep 1 +sleep 0.5 ${SCRIPTSDIR}/RainbowBorders.sh & # for cava-pywal (note, need to manually restart cava once wallpaper changes) -- cgit v1.2.3 From 02d1d993b0d47254037b14e92337d208d0012f8f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 14 Dec 2023 22:25:10 +0900 Subject: minor tweak on Execs.conf (cliphist startup) --- config/hypr/configs/Execs.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/hypr') diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index 85870f74..afcc5a14 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -35,7 +35,8 @@ exec-once = nm-applet --indicator & #exec-once = rog-control-center & #clipboard manager -exec-once = wl-paste --watch cliphist store +exec-once = wl-paste --type text --watch cliphist store +exec-once = wl-paste --type image --watch cliphist store # Rainbow borders exec-once = $scriptsDir/RainbowBorders.sh -- cgit v1.2.3 From 556d8da3dccbe56813f6ed64c4607c0753989193 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 15 Dec 2023 13:01:27 +0900 Subject: small tweak. --- config/hypr/configs/Keybinds.conf | 4 ++-- config/wal/templates/colors-rofi-dark.rasi | 2 +- config/waybar/style/Simple Style.css | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'config/hypr') 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, -- cgit v1.2.3 From d483224ccbdb0fbf32cda0c397cda36bdbde4590 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 15 Dec 2023 15:42:02 +0900 Subject: tweak refresh.sh and rofi config --- config/hypr/scripts/Refresh.sh | 5 +++-- config/rofi/config.rasi | 2 +- config/rofi/resolution/1080p/config.rasi | 2 +- config/rofi/resolution/1440p/config.rasi | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) (limited to 'config/hypr') diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index e393b95d..0d91de8d 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -10,15 +10,16 @@ for _prs in "${_ps[@]}"; do fi done -sleep 0.5 +sleep 0.1 # Relaunch waybar waybar & +sleep 0.1 # Relaunch dunst with pywal-borders ${SCRIPTSDIR}/PywalDunst.sh & # Relaunching rainbow borders -sleep 0.5 +sleep 1 ${SCRIPTSDIR}/RainbowBorders.sh & # for cava-pywal (note, need to manually restart cava once wallpaper changes) diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 30e3aa74..9537843a 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "inputbar", "imagebox" ]; border-radius: 12px; } diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 30e3aa74..9537843a 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "inputbar", "imagebox" ]; border-radius: 12px; } diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index fa92f052..d55fdba3 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "inputbar", "imagebox" ]; border-radius: 12px; } -- cgit v1.2.3