From f18df7f9ccbe619ff42a6511c05099df4225b450 Mon Sep 17 00:00:00 2001 From: benj Date: Sat, 11 Sep 2021 14:06:46 -0700 Subject: add rafi config for rofi; I really need to break apart DE and LT configs --- des/i3/config | 8 ++++---- theme.rasi | 10 ++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 theme.rasi diff --git a/des/i3/config b/des/i3/config index c92b3f2..eba6fe1 100644 --- a/des/i3/config +++ b/des/i3/config @@ -78,8 +78,8 @@ bindsym $mod+q kill # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. # bindsym $mod+space exec --no-startup-id i3-dmenu-desktop -bindsym $mod+space exec --no-startup-id rofi -lines 5 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Source Code Pro 18' -bindsym $mod+Tab exec --no-startup-id rofi -lines 5 -padding 18 -width 60 -location 0 -show window -sidebar-mode -columns 4 -font 'Source Code Pro 18' +bindsym $mod+space exec --no-startup-id rofi -show drun -theme ~/.setup/theme.rasi +bindsym $mod+Tab exec --no-startup-id rofi -show window -theme ~/.setup/theme.rasi # Lock screen bindsym $mod+F9 exec --no-startup-id "~/.setup/des/i3/i3lock-color-custom.sh" @@ -148,8 +148,8 @@ set $ws9 "9" set $ws10 "10" ## AD2 Specific -# workspace $ws1 output HDMI-0 -# workspace $ws2 output DVI-D-0 +workspace $ws1 output HDMI-0 +workspace $ws2 output DVI-D-0 # # switch to monitor # bindsym $mod+Mod1+1 focus output eDP-1 diff --git a/theme.rasi b/theme.rasi new file mode 100644 index 0000000..e494c00 --- /dev/null +++ b/theme.rasi @@ -0,0 +1,10 @@ +@theme "solarized_alternate" + +window { + font: "Source Code Pro 18"; +} + +mainbox { + border: 0; + padding: 0; +} \ No newline at end of file -- cgit v1.2.3