From 08655b7b49d8c970b1f0020ccc807209c298c127 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 30 Jul 2025 07:12:19 -0500 Subject: Add transparent black background to waybar --- waybar/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/waybar/style.css b/waybar/style.css index ff6dc9a..6ecb923 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -14,6 +14,7 @@ window#waybar { color: #ffffff; transition-property: background-color; transition-duration: .5s; + background: rgba(0, 0, 0, 0.2); } window#waybar.hidden { -- cgit v1.2.3 From a1197255ddb1bb14a03e149219bd38d3f95aa382 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 30 Jul 2025 13:13:46 -0500 Subject: Now that waybar has transparency, blur it in Hypr --- hypr/hyprland.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 0547c21..e1b0b12 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -210,6 +210,10 @@ windowrulev2 = workspace special:easyeffects silent, class: ^(com\.github\.wwmm\ windowrulev2 = xray 0, class: ^(\s*), title: ^(\s*)$ #}}} +#{{{ Layerrules +layerrule = blur, waybar +#}}} + #{{{ Mods # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER -- cgit v1.2.3 From 8e6be2d08c41f9feac75f3e6af41adeb15217de6 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 30 Jul 2025 14:13:39 -0500 Subject: Rename scratchpad.lua var to is_in_scratchpad --- scroll/scripts/scratchpad.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scroll/scripts/scratchpad.lua b/scroll/scripts/scratchpad.lua index e581cc1..0afaa97 100644 --- a/scroll/scripts/scratchpad.lua +++ b/scroll/scripts/scratchpad.lua @@ -24,18 +24,18 @@ end command = command or "kitty" local function exists(id) - local is_in_array = false + local is_in_scratchpad = false local cons = scroll.scratchpad_get_containers() for _, con in ipairs(cons) do local views = scroll.container_get_views(con) for _, view in ipairs(views) do local app_id = scroll.view_get_app_id(view) if (app_id == id) then - is_in_array = true + is_in_scratchpad = true end end end - return is_in_array + return is_in_scratchpad end local function is_focused(id) -- cgit v1.2.3 From 124f93a3d832decaaabf9e9a6727833ff31ce55c Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 30 Jul 2025 14:19:52 -0500 Subject: Unmap button8 in scroll --- scroll/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scroll/config b/scroll/config index 889da2e..c6bb704 100644 --- a/scroll/config +++ b/scroll/config @@ -230,7 +230,7 @@ animations { # Overview bindsym --no-repeat $mod+tab scale_workspace overview - bindsym --whole-window button8 scale_workspace overview + #bindsym --whole-window button8 scale_workspace overview # Jump # jump_labels_color #9e1530FF -- cgit v1.2.3 From 5f450160fa40b23c37f2fdd74f993092274747b5 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 30 Jul 2025 14:25:19 -0500 Subject: Use Papirus Dark, not ePapirus Dark --- gtk-2.0/gtkrc | 2 +- gtk-3.0/settings.ini | 2 +- xsettingsd/xsettingsd.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index f569e9b..42f1844 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -3,7 +3,7 @@ include "/home/zachir/.gtkrc-2.0.mine" gtk-theme-name="Flat-Remix-GTK-Green-Darkest" -gtk-icon-theme-name="ePapirus-Dark" +gtk-icon-theme-name="Papirus-Dark" gtk-font-name="Noto Sans, 10" gtk-cursor-theme-name="BreezeX-Black" gtk-cursor-theme-size=32 diff --git a/gtk-3.0/settings.ini b/gtk-3.0/settings.ini index 310ac7b..809e192 100644 --- a/gtk-3.0/settings.ini +++ b/gtk-3.0/settings.ini @@ -1,6 +1,6 @@ [Settings] gtk-theme-name=Flat-Remix-GTK-Green-Darkest -gtk-icon-theme-name=ePapirus-Dark +gtk-icon-theme-name=Papirus-Dark gtk-font-name=Noto Sans, 10 gtk-cursor-theme-name=BreezeX-Black gtk-cursor-theme-size=32 diff --git a/xsettingsd/xsettingsd.conf b/xsettingsd/xsettingsd.conf index 47a327b..7e001eb 100644 --- a/xsettingsd/xsettingsd.conf +++ b/xsettingsd/xsettingsd.conf @@ -1,5 +1,5 @@ Net/ThemeName "Flat-Remix-GTK-Green-Darkest" -Net/IconThemeName "ePapirus-Dark" +Net/IconThemeName "Papirus-Dark" Gtk/CursorThemeName "BreezeX-Black" Net/EnableEventSounds 1 EnableInputFeedbackSounds 0 -- cgit v1.2.3 From 2073f5803d4fef1d8b723a6fd8e8490ad2c1e2d7 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Thu, 31 Jul 2025 09:59:59 -0500 Subject: Add basic hyprswap.sh script --- hypr/hyprland.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index e1b0b12..a147c52 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -248,6 +248,8 @@ bind = $mainMod+SHIFT, H, layoutmsg, movewindowto l #HYPRSCROLLING bind = $mainMod+SHIFT, J, layoutmsg, movewindowto d #HYPRSCROLLING bind = $mainMod+SHIFT, K, layoutmsg, movewindowto u #HYPRSCROLLING bind = $mainMod+SHIFT, L, layoutmsg, movewindowto r #HYPRSCROLLING +bind = $mainMod+CONTROL, H, exec, hyprswap.sh -l +bind = $mainMod+CONTROL, L, exec, hyprswap.sh -r #bind = $mainMod+SHIFT, H, movewindow, l #HYPRSCROLLING #bind = $mainMod+SHIFT, L, movewindow, r #HYPRSCROLLING #bind = $mainMod+SHIFT, K, movewindow, u #HYPRSCROLLING -- cgit v1.2.3