rofi theme

This commit is contained in:
Daniel Bauer
2019-12-07 13:42:52 +01:00
parent 602e8106fc
commit 8ebb6728bf
4 changed files with 53 additions and 4 deletions

View File

@@ -38,8 +38,7 @@ bindsym $mod+Shift+q kill
#bindsym $mod+d exec dmenu_run #bindsym $mod+d exec dmenu_run
# rofi # rofi
bindsym $mod+Tab exec rofi -show window bindsym $mod+d exec "rofi -show combi"
bindsym $mod+d exec "rofi -show combi -combi-modi window,drun,ssh"
# There also is the (new) i3-dmenu-desktop which only displays applications # 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 "i3-msg 'workspace 9; append_layout /home/bauer/.i3/workspace-9.json'"
exec --no-startup-id nm-applet 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 exec --no-startup-id /usr/bin/blueman-applet

View File

@@ -0,0 +1,7 @@
configuration {
modi: "window,drun,ssh,combi";
theme: "slate";
font: "hack 10";
show-icons: true;
combi-modi: "window,drun,ssh";
}

View File

@@ -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;
}

View File

@@ -1,7 +1,7 @@
{ {
"color_scheme": "Packages/gruvbox/gruvbox (Dark) (Medium).sublime-color-scheme", "color_scheme": "Packages/gruvbox/gruvbox (Dark) (Medium).sublime-color-scheme",
"font_face": "Hack for Powerline Regular", "font_face": "Hack for Powerline Regular",
"font_size": 13, "font_size": 12,
"hot_exit": false, "hot_exit": false,
"ignored_packages": "ignored_packages":
[ [