This commit is contained in:
elkowar 2020-11-07 14:05:49 +01:00
parent 33a4f18ac1
commit c7fbab90de
7 changed files with 40 additions and 22 deletions

View file

@ -1,4 +1,4 @@
{
"optOut": false,
"lastUpdateCheck": 1603626767242
"lastUpdateCheck": 1604693331097
}

View file

@ -4,7 +4,7 @@
<def name="test">
<box space-evenly="false" spacing="10">
testing {{shit}}
<scale value="50" orientation="v" min="0" max="100" flipped="true"/>
<scale value="50" orientation="v" min="0" max="100" flipped="true" />
<button onclick="notify-send 'ree' 'this is {{shit}}'">click me</button>
<calendar show-heading="false" show-day-names="false" day="2" onclick="notify-send 'asdf' '{}'" />
@ -21,8 +21,8 @@
<box>{{text}}</box>
<box>{{text}}</box>
<label text="reeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee" limit-width="5" wrap="true"/>
<input onchange="notify-send 'ree' '{}'"/>
<label text="reeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee" limit-width="5" wrap="true" />
<input onchange="notify-send 'ree' '{}'" />
{{date}}
</box>
</def>
@ -63,12 +63,12 @@
<variables>
<!--<script-var name="volume">-->
<!--amixer sget 'Master' | grep 'Front Left:' | sed 's/.*\[\(.*\)%\].*/\1/g';-->
<!--LANG=C pactl subscribe | grep REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE-line-buffered sink | while read -r _; do-->
<!--amixer sget 'Master' | grep 'Front Left:' | sed 's/.*\[\(.*\)%\].*/\1/g'-->
<!--done-->
<!--</script-var>-->
<script-var name="volume">
amixer sget 'Master' | grep 'Front Left:' | sed 's/.*\[\(.*\)%\].*/\1/g';
LANG=C pactl subscribe | grep REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE-line-buffered sink | while read -r _; do
amixer sget 'Master' | grep 'Front Left:' | sed 's/.*\[\(.*\)%\].*/\1/g'
done
</script-var>
<var name="shit">
shit
@ -96,22 +96,18 @@
<windows>
<window screen="0" name="main_window" stacking="fg">
<pos x="50px" y="0px" />
<size x="30%" y="20%" />
<geometry anchor="top center"/>
<widget>
<test ree="test" />
</widget>
</window>
<window screen="0" name="volume_popup">
<size x="20" y="300" />
<pos x="2500" y="720" />
<geometry />
<widget>
<volume_popup />
</widget>
</window>
<window screen="0" name="music">
<pos x="80%" y="6%" />
<size x="18%" y="10%" />
<widget>
<music />
</widget>

View file

@ -80,6 +80,7 @@ in
gdbgui
lldb
zola
python38Packages.pylint
]
)
(

View file

@ -24,6 +24,7 @@ in
polybarFull
discord
pinta
espanso
#hyper-haskell
];

View file

@ -152,6 +152,10 @@ in
autoload -Uz promptinit && promptinit
# control-backspace
bindkey '^H' backward-kill-word
#_comp_options+=(globdots)
# enable cdr command

View file

@ -1,4 +1,4 @@
{ nixGL, symlinkJoin, makeWrapper, writeScriptBin, alacritty }:
{ nixGL, symlinkJoin, makeWrapper, writeScriptBin, alacritty, fetchFromGitHub, lib }:
let
wrapped =
writeScriptBin "alacritty" ''
@ -10,5 +10,21 @@ in
symlinkJoin {
name = "alacritty";
nativeBuildInputs = [ makeWrapper ];
paths = [ wrapped alacritty ];
paths = [
wrapped
alacritty
#(alacritty.overrideAttrs (oldAttrs: rec {
#src = fetchFromGitHub {
#owner = "zenixls2";
#repo = "alacritty";
#rev = "ligature";
#sha256 = "00jyhq7wrb2jpzmif4mimbh6p3wwa7rd1chsdwcdi0j9i9w2jpkx";
#};
#cargoDeps = oldAttrs.cargoDeps.overrideAttrs (lib.const {
#name = "alacritty-vendor.tar.gz";
#inherit src;
#outputHash = "1sg1ay31x8n60j76vg7lg4a24vilv5wd9pgpwphzgf6arbyx7wpn";
#});
#}))
];
}

View file

@ -1 +1 @@
/nix/store/sxyn1651vx2vznd3f35484qm5qf8in8x-options.json
/nix/store/qyshbwsnbiiwbjanxk6yfsqa8pcbkbyq-options.json