emacs packages and small script changes plus ydotool
This commit is contained in:
parent
32a7b0f62f
commit
3817f015d2
|
@ -427,7 +427,7 @@ pulsemixer
|
||||||
any-nix-shell
|
any-nix-shell
|
||||||
wtype
|
wtype
|
||||||
xdotool
|
xdotool
|
||||||
#ydotool
|
ydotool
|
||||||
wmctrl
|
wmctrl
|
||||||
xcape
|
xcape
|
||||||
xclip
|
xclip
|
||||||
|
@ -662,7 +662,9 @@ services.emacs = {
|
||||||
gcmh
|
gcmh
|
||||||
use-package
|
use-package
|
||||||
esh-autosuggest
|
esh-autosuggest
|
||||||
pkgs.mu ]));
|
pkgs.mu
|
||||||
|
pkgs.tree-sitter-grammars.tree-sitter-cpp
|
||||||
|
]));
|
||||||
};
|
};
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
osc=no
|
osc=no
|
||||||
vo=gpu
|
vo=gpu
|
||||||
af=scaletempo2
|
af=scaletempo2
|
||||||
autofit=2700
|
autofit=2800
|
||||||
geometry=50%:50%
|
geometry=50%:50%
|
||||||
# input-ipc-server="/tmp/mpvsocket"
|
# input-ipc-server="/tmp/mpvsocket"
|
||||||
hwdec=auto
|
hwdec=auto
|
||||||
|
|
|
@ -7,6 +7,6 @@ percent=$(bc -l <<< "100 * $total / $used")
|
||||||
mem=$(awk -v u=$used -v t=$total -v p=$percent 'BEGIN {printf "%sMi/%sMi %.1f% ", t, u, p}'| awk '{printf $2}')
|
mem=$(awk -v u=$used -v t=$total -v p=$percent 'BEGIN {printf "%sMi/%sMi %.1f% ", t, u, p}'| awk '{printf $2}')
|
||||||
|
|
||||||
|
|
||||||
echo " $mem"
|
echo " $mem "
|
||||||
# echo " $mem | color=#9aedfe font='VictorMono Nerd Font' size=11"
|
# echo " $mem | color=#9aedfe font='VictorMono Nerd Font' size=11"
|
||||||
# echo " $mem | color=#007687 font='VictorMono Nerd Font' size=11"
|
# echo " $mem | color=#007687 font='VictorMono Nerd Font' size=11"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
muunread="$(mu find flag:unread AND NOT flag:trashed AND NOT maildir:\"/outlook/Junk\" AND NOT maildir:\"/office/Junk Email\" AND NOT maildir:\"/outlook/Deleted\" AND NOT maildir:\"/office/Deleted Items\" | wc -l)"
|
muunread="$(mu find flag:unread AND NOT flag:trashed AND NOT maildir:\"/outlook/Junk\" AND NOT maildir:\"/office/Junk Email\" AND NOT maildir:\"/outlook/Deleted\" AND NOT maildir:\"/office/Deleted Items\" | wc -l)"
|
||||||
|
|
||||||
echo " $muunread"
|
echo " $muunread "
|
||||||
# echo " $muunread | color=#f3f99d font='VictorMono Nerd Font' size=11"
|
# echo " $muunread | color=#f3f99d font='VictorMono Nerd Font' size=11"
|
||||||
# echo " $muunread | color=#AF8700 font='VictorMono Nerd Font' size=11"
|
# echo " $muunread | color=#AF8700 font='VictorMono Nerd Font' size=11"
|
||||||
|
|
|
@ -305,7 +305,7 @@
|
||||||
any-nix-shell
|
any-nix-shell
|
||||||
wtype
|
wtype
|
||||||
xdotool
|
xdotool
|
||||||
#ydotool
|
ydotool
|
||||||
wmctrl
|
wmctrl
|
||||||
xcape
|
xcape
|
||||||
xclip
|
xclip
|
||||||
|
@ -520,7 +520,9 @@
|
||||||
gcmh
|
gcmh
|
||||||
use-package
|
use-package
|
||||||
esh-autosuggest
|
esh-autosuggest
|
||||||
pkgs.mu ]));
|
pkgs.mu
|
||||||
|
pkgs.tree-sitter-grammars.tree-sitter-cpp
|
||||||
|
]));
|
||||||
};
|
};
|
||||||
services.samba-wsdd.enable = true;
|
services.samba-wsdd.enable = true;
|
||||||
services.samba = {
|
services.samba = {
|
||||||
|
|
|
@ -324,7 +324,7 @@
|
||||||
any-nix-shell
|
any-nix-shell
|
||||||
wtype
|
wtype
|
||||||
xdotool
|
xdotool
|
||||||
#ydotool
|
ydotool
|
||||||
wmctrl
|
wmctrl
|
||||||
xcape
|
xcape
|
||||||
xclip
|
xclip
|
||||||
|
@ -507,7 +507,9 @@
|
||||||
gcmh
|
gcmh
|
||||||
use-package
|
use-package
|
||||||
esh-autosuggest
|
esh-autosuggest
|
||||||
pkgs.mu ]));
|
pkgs.mu
|
||||||
|
pkgs.tree-sitter-grammars.tree-sitter-cpp
|
||||||
|
]));
|
||||||
};
|
};
|
||||||
services.samba-wsdd.enable = true;
|
services.samba-wsdd.enable = true;
|
||||||
services.samba = {
|
services.samba = {
|
||||||
|
|
Loading…
Reference in a new issue