mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
asdef
This commit is contained in:
parent
f06c064719
commit
9c89c99b60
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
<eww>
|
<eww>
|
||||||
<includes>
|
<includes>
|
||||||
|
|
||||||
<file path="./foo.xml"/>
|
<file path="./foo.xml"/>
|
||||||
</includes>
|
</includes>
|
||||||
<definitions>
|
<definitions>
|
||||||
|
@ -28,6 +29,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<label text="< > bruh ""/>
|
<label text="< > bruh ""/>
|
||||||
|
|
||||||
|
|
||||||
|
@ -39,11 +41,12 @@
|
||||||
<if-else cond="{{shit == 'yea'}}">
|
<if-else cond="{{shit == 'yea'}}">
|
||||||
<box>hi</box>
|
<box>hi</box>
|
||||||
<box>ho</box>
|
<box>ho</box>
|
||||||
|
|
||||||
</if-else>
|
</if-else>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{{EWW_RAM}} {{EWW_DISK}} {{EWW_BATTERY}} {{EWW_CPU]}} {{EWW_NET_UP}} {{EWW_NET_DOWN}}
|
{{EWW_RAM}} {{EWW_DISK}} {{EWW_BATTERY}} {{EWW_CPU]}} {{EWW_NET}}
|
||||||
{{EWW_CORES}}
|
{{EWW_CORES}}
|
||||||
|
|
||||||
<scale value="50" orientation="v" min="0" max="100" flipped="true" />
|
<scale value="50" orientation="v" min="0" max="100" flipped="true" />
|
||||||
|
@ -62,6 +65,7 @@
|
||||||
<def name="multiple">
|
<def name="multiple">
|
||||||
<box orientation="v" space-evenly="false">
|
<box orientation="v" space-evenly="false">
|
||||||
<box>{{text}}test</box>
|
<box>{{text}}test</box>
|
||||||
|
|
||||||
<box class="whatever lol">{{text}}</box>
|
<box class="whatever lol">{{text}}</box>
|
||||||
<box style="color: blue;">{{text}}</box>
|
<box style="color: blue;">{{text}}</box>
|
||||||
<box>{{text}}</box>
|
<box>{{text}}</box>
|
||||||
|
|
|
@ -276,6 +276,7 @@ myStartupHook = do
|
||||||
spawnOnce "mailnag"
|
spawnOnce "mailnag"
|
||||||
spawnOnce "flameshot"
|
spawnOnce "flameshot"
|
||||||
spawn "flashfocus"
|
spawn "flashfocus"
|
||||||
|
spawnOnce "dunst"
|
||||||
for_ ["led1", "led2"] $ \led -> safeSpawn "sudo" ["liquidctl", "set", led, "color", "fixed", "00ffff"]
|
for_ ["led1", "led2"] $ \led -> safeSpawn "sudo" ["liquidctl", "set", led, "color", "fixed", "00ffff"]
|
||||||
withDisplay $ \dpy -> do
|
withDisplay $ \dpy -> do
|
||||||
r <- asks theRoot
|
r <- asks theRoot
|
||||||
|
|
Loading…
Reference in a new issue