Port a few more options to zenity and separate dwm from the install script
This commit is contained in:
18
config-files/.homepage/index.html
Normal file
18
config-files/.homepage/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>Homepage</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="clock" id="clock">
|
||||
<span id="clock-text"></span>
|
||||
</div>
|
||||
<div class="date" id="date">
|
||||
<span id="date-text"></span>
|
||||
</div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user