This website works better with JavaScript.
Home
Explore
Help
Sign In
jpm
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add margin to top of rofi
When run on a display with the waybar at the top, it would obscure the input bar.
master
John Mertz
1 year ago
parent
8eff5ca2ff
commit
899bf5daad
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
rofi/sidebar.rasi
+ 1
- 0
rofi/sidebar.rasi
View File
@@ -54,6 +54,7 @@ window {
}
mainbox {
margin: 25 0 0 0;
spacing: 0.8em;
children: [ entry,listview,sidebar ];
}
Write
Preview
Loading…
Cancel
Save