This commit is contained in:
Chris Cochrun 2022-09-09 05:09:25 -05:00
parent 7e6b91a1c6
commit 54218677ff
7 changed files with 24 additions and 11 deletions

View file

@ -380,6 +380,8 @@ plasma5Packages.qt5ct
lxappearance lxappearance
spotdl spotdl
kdenlive kdenlive
# natron
digikam
rubberband rubberband
texlive.combined.scheme-full texlive.combined.scheme-full
wlroots wlroots

View file

@ -6,11 +6,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1662258656, "lastModified": 1662694070,
"narHash": "sha256-blJsMTlJPtj6hvHRJ22ZI25AO3tCsivcTW1+H7W/js8=", "narHash": "sha256-QExchB6abtMlrIibrtokCcLC6lpr2goZD1mmUrKBD1A=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "4c4dfc55e6bde89634ce6c2a706cd903eefe4474", "rev": "71739f7fe9ea259e82facd98930b6300cb340279",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -42,11 +42,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1661824092, "lastModified": 1662717397,
"narHash": "sha256-nSWLWytlXbeLrx5A+r5Pso7CvVrX5EgmIIXW/EXvPHQ=", "narHash": "sha256-syEbuNepU1RJMVBxPzv52MpqE0CRHm4rEj7J1g55ON8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "5bd66dc6cd967033489c69d486402b75d338eeb6", "rev": "f9f4c8e1e77c7447db5f7edd6b8d343b4c864550",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -64,11 +64,11 @@
"wlroots": "wlroots" "wlroots": "wlroots"
}, },
"locked": { "locked": {
"lastModified": 1662325684, "lastModified": 1662670949,
"narHash": "sha256-T4W5fnN8E7kbCu/jshwCxiIoEioZRApkX+mshsieSoo=", "narHash": "sha256-VB/34YMiW9mL6sdEAnYOqi1sjOiJcu8ZmQx3R8PI2iI=",
"owner": "vaxerski", "owner": "vaxerski",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "3dd514a4529c3c22d227235af55c4d4d771dcfe0", "rev": "928158bbfb906bd871738d60610d85634d1f8c7e",
"type": "github" "type": "github"
}, },
"original": { "original": {

7
scripts/batcurrent Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env sh
echo - | awk "{printf \"%.1f\", \
$(( \
$(cat /sys/class/power_supply/BAT1/current_now) * \
$(cat /sys/class/power_supply/BAT1/voltage_now) \
)) / 1000000000000 }" ; echo " W "

View file

@ -41,7 +41,7 @@ if [ $XDG_SESSION_TYPE = "x11" ]; then
# done # done
) )
else else
SECRET=$(list_passwords | rofi -i -p "${prompt}" -dmenu -theme ~/.config/rofi/launchers-git/$style.rasi) SECRET=$(list_passwords | rofi -no-lazy-grab -i -p "${prompt}" -dmenu -theme ~/.config/rofi/launchers-git/$style.rasi)
fi fi
# Ask whether pass, user or both are required # Ask whether pass, user or both are required

View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
systemsettings5 --list | rg - | awk '{print $1}' | rofi -dmenu | xargs -r systemsettings5 systemsettings5 --list | rg - | awk '{print $1}' | rofi -dmenu -theme ~/.config/rofi/launchers-git/laptop-rbw-wayland.rasi | xargs -r systemsettings5

View file

@ -277,6 +277,8 @@
lxappearance lxappearance
spotdl spotdl
kdenlive kdenlive
# natron
digikam
rubberband rubberband
texlive.combined.scheme-full texlive.combined.scheme-full
wlroots wlroots

View file

@ -290,6 +290,8 @@
lxappearance lxappearance
spotdl spotdl
kdenlive kdenlive
# natron
digikam
rubberband rubberband
texlive.combined.scheme-full texlive.combined.scheme-full
wlroots wlroots