clean up
This commit is contained in:
parent
a0114d55d6
commit
3272658586
4 changed files with 1 additions and 55 deletions
|
@ -1212,7 +1212,7 @@ c.url.auto_search = 'naive'
|
||||||
## The page to open if :open -t/-b/-w is used without URL. Use
|
## The page to open if :open -t/-b/-w is used without URL. Use
|
||||||
## `about:blank` for a blank page.
|
## `about:blank` for a blank page.
|
||||||
## Type: FuzzyUrl
|
## Type: FuzzyUrl
|
||||||
c.url.default_page = '~/.config/startpage/startpage.html'
|
c.url.default_page = 'about:blank'
|
||||||
|
|
||||||
## The URL segments where `:navigate increment/decrement` will search for
|
## The URL segments where `:navigate increment/decrement` will search for
|
||||||
## a number.
|
## a number.
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
rofi.color-enabled: true
|
|
||||||
rofi.color-window: #000, #000, #000
|
|
||||||
rofi.color-normal: #111, #819396, #222, #008ed4, #ffffff
|
|
||||||
rofi.color-active: #002b37, #008ed4, #003643, #008ed4, #66c6ff
|
|
||||||
rofi.color-urgent: #002b37, #da4281, #003643, #008ed4, #890661
|
|
||||||
|
|
||||||
rofi.fake-transparency: true
|
|
||||||
rofi.lines: 3
|
|
||||||
rofi.bw: 0
|
|
||||||
rofi.opacity: "10"
|
|
||||||
rofi.hide-scrollbar: true
|
|
||||||
rofi.width: 30
|
|
|
@ -1,18 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
||||||
<title>
|
|
||||||
|
|
||||||
Start Page
|
|
||||||
</title>
|
|
||||||
|
|
||||||
<div id="whole">
|
|
||||||
|
|
||||||
<div id="middle">
|
|
||||||
<h1>Welcome.</h1>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,24 +0,0 @@
|
||||||
body {
|
|
||||||
color: #ddd;
|
|
||||||
background: url("../wall.png") no-repeat center center fixed;
|
|
||||||
-webkit-background-size: cover;
|
|
||||||
-moz-background-size: cover;
|
|
||||||
-o-background-size: cover;
|
|
||||||
background-size: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
#middle{
|
|
||||||
border-radius: 24px;
|
|
||||||
float: left;
|
|
||||||
display: inline-block;
|
|
||||||
width: 161.803px;
|
|
||||||
height: 100px;
|
|
||||||
position: absolute;
|
|
||||||
top: 50%;
|
|
||||||
bottom: 50%;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
margin: auto;
|
|
||||||
text-align: center;
|
|
||||||
background-color: rgba(20, 20, 20, 0.9);
|
|
||||||
}
|
|
Loading…
Reference in a new issue