Updating eww stuff
This commit is contained in:
parent
ea56d7a5dd
commit
9eacb3d95c
7 changed files with 24 additions and 91 deletions
|
|
@ -1,18 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Directory listing for /eww/widgets/components/</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Directory listing for /eww/widgets/components/</h1>
|
||||
<hr>
|
||||
<ul>
|
||||
<li><a href="hyprwindow.yuck">hyprwindow.yuck</a></li>
|
||||
<li><a href="hyprworkspaces.yuck">hyprworkspaces.yuck</a></li>
|
||||
<li><a href="japaneseaudio.yuck">japaneseaudio.yuck</a></li>
|
||||
<li><a href="japanesedate.yuck">japanesedate.yuck</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Directory listing for /eww/widgets/</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Directory listing for /eww/widgets/</h1>
|
||||
<hr>
|
||||
<ul>
|
||||
<li><a href="bar.yuck">bar.yuck</a></li>
|
||||
<li><a href="components/">components/</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
</body>
|
||||
</html>
|
||||
15
programs/eww/config/modules/switch.yuck
Normal file
15
programs/eww/config/modules/switch.yuck
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
(defwindow switch
|
||||
:monitor 1
|
||||
:stacking "fg"
|
||||
:focusable false
|
||||
:geometry (geometry :y "60%"
|
||||
:width "500px"
|
||||
:height "110px"
|
||||
:anchor "top center")
|
||||
(border
|
||||
"Example contenting")
|
||||
)
|
||||
|
||||
(defwidget border []
|
||||
(box :class "content-box"
|
||||
(children)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue