summarylogtreecommitdiffstats
path: root/rofitheme.patch
diff options
context:
space:
mode:
authorgardotd4262021-10-29 02:14:38 -0400
committergardotd4262021-10-29 02:14:38 -0400
commit2cae34cf33228cfe93f26a114aa525b80a2f2f45 (patch)
treed9571956e72aa364408071e68a9ef7292d105190 /rofitheme.patch
parent1fae8c5320626d307f8b7e4e6875137a47d3d5d5 (diff)
downloadaur-2cae34cf33228cfe93f26a114aa525b80a2f2f45.tar.gz
upgpkg: regolith-de 1.6-4
Fix Rofi theming on Rofi 1.7.0 and patch Midnight Rofi Theme
Diffstat (limited to 'rofitheme.patch')
-rw-r--r--rofitheme.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/rofitheme.patch b/rofitheme.patch
new file mode 100644
index 000000000000..cc3bafe4b525
--- /dev/null
+++ b/rofitheme.patch
@@ -0,0 +1,40 @@
+--- /etc/regolith/i3/config 2021-10-22 17:36:51.692535888 -0400
++++ etc/regolith/i3/config 2021-10-22 17:38:12.274538822 -0400
+@@ -101,17 +101,19 @@
+
+ ## Launch // Application // <> Space ##
+ set_from_resource $i3-wm.binding.launcher.app i3-wm.binding.launcher.app space
+-set_from_resource $i3-wm.program.launcher.app i3-wm.program.launcher.app rofi -show drun -theme $rofiTheme
++set_from_resource $i3-wm.program.launcher.app i3-wm.program.launcher.app rofi -show drun -theme $(xrescat rofi.theme)
+ bindsym $mod+$i3-wm.binding.launcher.app exec $i3-wm.program.launcher.app
+
+ ## Launch // Command // <><Shift> Space ##
+ set_from_resource $i3-wm.binding.launcher.cmd i3-wm.binding.launcher.cmd Shift+space
+-set_from_resource $i3-wm.program.launcher.cmd i3-wm.program.launcher.cmd rofi -show run -theme $rofiTheme
++set_from_resource $i3-wm.program.launcher.cmd i3-wm.program.launcher.cmd rofi -show run -theme $(xrescat rofi.theme)
++
+ bindsym $mod+$i3-wm.binding.launcher.cmd exec $i3-wm.program.launcher.cmd
+
+ ## Navigate // Window by Name // <><Ctrl> Space ##
+ set_from_resource $i3-wm.binding.launcher.window i3-wm.binding.launcher.window Ctrl+space
+-set_from_resource $i3-wm.program.launcher.window i3-wm.program.launcher.window rofi -show window -theme $rofiTheme
++set_from_resource $i3-wm.program.launcher.window i3-wm.program.launcher.window rofi -show window -theme $(xrescat rofi.theme)
++
+ bindsym $mod+$i3-wm.binding.launcher.window exec $i3-wm.program.launcher.window
+
+ ## Launch // This Dialog // <><Shift> ? ##
+@@ -121,12 +123,12 @@
+
+ ## Launch // File Search // <><Alt> Space ##
+ set_from_resource $i3-wm.binding.file_search i3-wm.binding.file_search Mod1+space
+-set_from_resource $i3-wm.program.file_search i3-wm.program.file_search rofi -show find -modi find:/usr/share/rofi/modi/finder.sh
++set_from_resource $i3-wm.program.file_search i3-wm.program.file_search rofi -show find -modi find:/usr/share/rofi/modi/finder.sh -theme $(xrescat rofi.theme)
+ bindsym $mod+$i3-wm.binding.file_search exec $i3-wm.program.file_search
+
+ ## Launch // Look Selector // <><Alt> l ##
+ set_from_resource $i3-wm.binding.look_selector i3-wm.binding.look_selector Mod1+l
+-set_from_resource $i3-wm.program.look_selector i3-wm.program.look_selector rofi -show look -modi look:/usr/share/rofi/modi/look-selector.sh
++set_from_resource $i3-wm.program.look_selector i3-wm.program.look_selector rofi -show look -modi look:/usr/share/rofi/modi/look-selector.sh -theme $(xrescat rofi.theme)
+ bindsym $mod+$i3-wm.binding.look_selector exec $i3-wm.program.look_selector
+
+ ###############################################################################