From 8ebb6728bfe36c441034e2486a2d3a98de4ff2b5 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sat, 7 Dec 2019 13:42:52 +0100 Subject: [PATCH] rofi theme --- profiles/desktop/.config/i3/config | 5 +-- profiles/desktop/.config/rofi/config.rasi | 7 +++ profiles/desktop/.config/rofi/slate.rasi | 43 +++++++++++++++++++ .../User/Preferences.sublime-settings | 2 +- 4 files changed, 53 insertions(+), 4 deletions(-) create mode 100644 profiles/desktop/.config/rofi/config.rasi create mode 100644 profiles/desktop/.config/rofi/slate.rasi diff --git a/profiles/desktop/.config/i3/config b/profiles/desktop/.config/i3/config index 13ed75c..9780521 100644 --- a/profiles/desktop/.config/i3/config +++ b/profiles/desktop/.config/i3/config @@ -38,8 +38,7 @@ bindsym $mod+Shift+q kill #bindsym $mod+d exec dmenu_run # rofi -bindsym $mod+Tab exec rofi -show window -bindsym $mod+d exec "rofi -show combi -combi-modi window,drun,ssh" +bindsym $mod+d exec "rofi -show combi" # There also is the (new) i3-dmenu-desktop which only displays applications @@ -237,5 +236,5 @@ bindsym $mod+Shift+s exec --no-startup-id ~/.config/i3/scripts/change_monitor.sh #exec --no-startup-id "i3-msg 'workspace 9; append_layout /home/bauer/.i3/workspace-9.json'" exec --no-startup-id nm-applet -exec --no-startup-id xfsettingsd +exec --no-startup-id xfsettingsd --sm-client-disable & exec --no-startup-id /usr/bin/blueman-applet diff --git a/profiles/desktop/.config/rofi/config.rasi b/profiles/desktop/.config/rofi/config.rasi new file mode 100644 index 0000000..714fd59 --- /dev/null +++ b/profiles/desktop/.config/rofi/config.rasi @@ -0,0 +1,7 @@ +configuration { + modi: "window,drun,ssh,combi"; + theme: "slate"; + font: "hack 10"; + show-icons: true; + combi-modi: "window,drun,ssh"; + } \ No newline at end of file diff --git a/profiles/desktop/.config/rofi/slate.rasi b/profiles/desktop/.config/rofi/slate.rasi new file mode 100644 index 0000000..6067bed --- /dev/null +++ b/profiles/desktop/.config/rofi/slate.rasi @@ -0,0 +1,43 @@ +* { + background-color: #222; + border-color: #2e343f; + text-color: #8ca0aa; + spacing: 3; +} + +inputbar { + border: 0 0 1px 0; + children: [prompt,entry]; +} + +prompt { + padding: 16px; + border: 0 1px 0 0; +} + +textbox { + background-color: #2e343f; + border: 0 0 1px 0; + border-color: #282C33; + padding: 8px 16px; +} + +entry { + padding: 16px; +} + +listview { + cycle: false; + margin: 0 0 -1px 0; + scrollbar: false; +} + +element { + border: 0 0 1px 0; + padding: 16px; +} + +element selected { + background-color: #689d6a; + text-color: #222; +} \ No newline at end of file diff --git a/profiles/desktop/.config/sublime-text-3/Packages/User/Preferences.sublime-settings b/profiles/desktop/.config/sublime-text-3/Packages/User/Preferences.sublime-settings index f562f94..7a3c36a 100644 --- a/profiles/desktop/.config/sublime-text-3/Packages/User/Preferences.sublime-settings +++ b/profiles/desktop/.config/sublime-text-3/Packages/User/Preferences.sublime-settings @@ -1,7 +1,7 @@ { "color_scheme": "Packages/gruvbox/gruvbox (Dark) (Medium).sublime-color-scheme", "font_face": "Hack for Powerline Regular", - "font_size": 13, + "font_size": 12, "hot_exit": false, "ignored_packages": [