updating EVERYTHING for arch again
This commit is contained in:
parent
270b92d0c2
commit
d0ef589a39
|
@ -147,6 +147,7 @@ services.xserver = {
|
||||||
};
|
};
|
||||||
displayManager.sddm.enable = true;
|
displayManager.sddm.enable = true;
|
||||||
desktopManager.plasma5.enable = true;
|
desktopManager.plasma5.enable = true;
|
||||||
|
desktopManager.gnome.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# programs.qt5ct.enable = true;
|
# programs.qt5ct.enable = true;
|
||||||
|
@ -233,10 +234,11 @@ wget
|
||||||
killall
|
killall
|
||||||
tmux
|
tmux
|
||||||
discover
|
discover
|
||||||
kde-rounded-corners
|
# kde-rounded-corners
|
||||||
lightly-qt
|
lightly-qt
|
||||||
pinentry
|
pinentry
|
||||||
pinentry-qt
|
pinentry-qt
|
||||||
|
dutree
|
||||||
unzip
|
unzip
|
||||||
unrar
|
unrar
|
||||||
p7zip
|
p7zip
|
||||||
|
@ -324,6 +326,7 @@ powertop
|
||||||
quickemu
|
quickemu
|
||||||
OVMFFull
|
OVMFFull
|
||||||
element-desktop-wayland
|
element-desktop-wayland
|
||||||
|
# rustdesk
|
||||||
# hyprland
|
# hyprland
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
@ -538,7 +541,7 @@ Notice how I am including all of my software here. It may be a big file, but hav
|
||||||
macchina
|
macchina
|
||||||
# Dev tools
|
# Dev tools
|
||||||
<<dev-tools>>
|
<<dev-tools>>
|
||||||
<<lightlyshaders>>
|
# <<lightlyshaders>>
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
|
|
@ -761,13 +761,13 @@
|
||||||
(awful.spawn.once "kwalletd5")
|
(awful.spawn.once "kwalletd5")
|
||||||
(awful.spawn.once "feh --bg-fill /home/chris/Pictures/wallpapers/tech.jpg")
|
(awful.spawn.once "feh --bg-fill /home/chris/Pictures/wallpapers/tech.jpg")
|
||||||
(awful.spawn.once "bluetoothctl power on")
|
(awful.spawn.once "bluetoothctl power on")
|
||||||
(awful.spawn.once "systemctl --user restart nextcloud-client.service")
|
(awful.spawn.once "nextcloud --background")
|
||||||
(awful.spawn.once "rbw-agent")
|
(awful.spawn.once "rbw-agent")
|
||||||
(awful.spawn.once "killall jellyfin-mpv-shim && jellyfin-mpv-shim")
|
(awful.spawn.once "killall jellyfin-mpv-shim && jellyfin-mpv-shim")
|
||||||
(awful.spawn.once "xset r rate 220 90")
|
(awful.spawn.once "xset r rate 220 90")
|
||||||
(awful.spawn.once "/usr/lib/kdeconnectd")
|
(awful.spawn.once "/usr/lib/kdeconnectd")
|
||||||
;; (awful.spawn.once "emacs --daemon")
|
(awful.spawn.once "emacs --daemon")
|
||||||
;; (if laptop (awful.spawn.once "nm-applet"))
|
(if laptop (awful.spawn.once "nm-applet"))
|
||||||
(awful.spawn.once "xcape -e 'Super_L=Super_L|Control_L|Escape'")
|
(awful.spawn.once "xcape -e 'Super_L=Super_L|Control_L|Escape'")
|
||||||
(awful.spawn.once "xcape -e 'Alt_L=Super_L|W'")
|
(awful.spawn.once "xcape -e 'Alt_L=Super_L|W'")
|
||||||
(awful.spawn.once "unclutter")
|
(awful.spawn.once "unclutter")
|
||||||
|
|
|
@ -151,10 +151,10 @@
|
||||||
(awful.key [ modkey ] "." (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/emoji.sh"))
|
(awful.key [ modkey ] "." (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/emoji.sh"))
|
||||||
{:description "emoji picker" :group "utilities"})
|
{:description "emoji picker" :group "utilities"})
|
||||||
(awful.key [] "XF86MonBrightnessUp" (fn [] (awful.spawn.with_shell
|
(awful.key [] "XF86MonBrightnessUp" (fn [] (awful.spawn.with_shell
|
||||||
"light -A 5 && lightget"))
|
"brightnessctl s +5% && lightget"))
|
||||||
{:description "Increase monitor brightness by 5%" :group "utilities"})
|
{:description "Increase monitor brightness by 5%" :group "utilities"})
|
||||||
(awful.key [] "XF86MonBrightnessDown" (fn [] (awful.spawn.with_shell
|
(awful.key [] "XF86MonBrightnessDown" (fn [] (awful.spawn.with_shell
|
||||||
"light -U 5 && lightget"))
|
"brightnessctl s 5%- && lightget"))
|
||||||
{:description "Decrease monitor brightness by 5%" :group "utilities"})
|
{:description "Decrease monitor brightness by 5%" :group "utilities"})
|
||||||
;; Menubar
|
;; Menubar
|
||||||
;; (awful.key [ modkey ] "p" (fn [] (menubar.show))
|
;; (awful.key [ modkey ] "p" (fn [] (menubar.show))
|
||||||
|
@ -183,7 +183,7 @@
|
||||||
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
|
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
|
||||||
{:description "Open Writer" :group "apps" })
|
{:description "Open Writer" :group "apps" })
|
||||||
;;ff
|
;;ff
|
||||||
(awful.key [modkey] "b" (fn [] (awful.spawn "fflof"))
|
(awful.key [modkey] "b" (fn [] (awful.spawn "qblof"))
|
||||||
{:description "launch browser" :group "apps"})
|
{:description "launch browser" :group "apps"})
|
||||||
;; rofi
|
;; rofi
|
||||||
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))
|
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))
|
||||||
|
|
|
@ -236,4 +236,4 @@ end
|
||||||
# end
|
# end
|
||||||
|
|
||||||
# fm6000 -r -c blue
|
# fm6000 -r -c blue
|
||||||
any-nix-shell fish --info-right | source
|
# any-nix-shell fish --info-right | source
|
||||||
|
|
18
flake.lock
18
flake.lock
|
@ -27,11 +27,11 @@
|
||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1655199284,
|
"lastModified": 1655594877,
|
||||||
"narHash": "sha256-R/g2ZWplGWVOfm2TyB4kR+YcOE/uWkgjkYrl/RYgJ/U=",
|
"narHash": "sha256-AQ39Vlb6zhsJqIRz2cN923+ESBxHmeHMHoPqA80xOCE=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "87d30c164849a7471d99749aa4d2d28b81564f69",
|
"rev": "5197e5df7d3a148b1ad080235f70800987bc3549",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -49,11 +49,11 @@
|
||||||
"wlroots": "wlroots"
|
"wlroots": "wlroots"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1655154988,
|
"lastModified": 1655497428,
|
||||||
"narHash": "sha256-yjVNcLIqUkyhHbOS9lSWFurQx/qKD9YMPpQJpX5nqq4=",
|
"narHash": "sha256-B1P/EDJvho3lBxqtGAXKBlPDXlF/7bLHeC+h2aTPkWc=",
|
||||||
"owner": "vaxerski",
|
"owner": "vaxerski",
|
||||||
"repo": "Hyprland",
|
"repo": "Hyprland",
|
||||||
"rev": "fa6530c7e8f5f79041a28456ca91d4641c7ad354",
|
"rev": "f7bdc2e87020ea7308035bceaa2ab659af91d2de",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -64,11 +64,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1655130522,
|
"lastModified": 1655567057,
|
||||||
"narHash": "sha256-5dzlxE4okyu+M39yeVtHWQXzDZQxFF5rUB1iY9R6Lb4=",
|
"narHash": "sha256-Cc5hQSMsTzOHmZnYm8OSJ5RNUp22bd5NADWLHorULWQ=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "13f08d71ceff5101321e0291854495a1ec153a5e",
|
"rev": "e0a42267f73ea52adc061a64650fddc59906fc99",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -47,8 +47,8 @@ settings:
|
||||||
scrolling.bar:
|
scrolling.bar:
|
||||||
global: overlay
|
global: overlay
|
||||||
statusbar.show:
|
statusbar.show:
|
||||||
global: always
|
global: in-mode
|
||||||
tabs.show:
|
tabs.show:
|
||||||
global: switching
|
global: switching
|
||||||
zoom.default:
|
zoom.default:
|
||||||
global: 100%
|
global: 150%
|
||||||
|
|
|
@ -1,32 +1,5 @@
|
||||||
yt https://yewtu.be/feed/subscriptions
|
awe https://awesomewm.org/apidoc/
|
||||||
sp https://tfcconnection.sharepoint.com/sites/TeensForChrist/Shared%20Documents/Forms/AllItems.aspx
|
|
||||||
ama https://smile.amazon.com/
|
|
||||||
azu https://portal.azure.com/#@tfcconnection.org/dashboard/private/e5f3455d-3737-47d8-852b-1847a3b4801b
|
|
||||||
ac https://azure-costs.com/app/teams/personal/dashboards?active=e47b9bb7-1701-400e-9cbd-195c9cfda2c2&cycle=monthly
|
|
||||||
awe https://awesomewm.org/apidoc/index.html
|
|
||||||
y https://www.youtube.com/
|
|
||||||
nf https://www.nerdfonts.com/cheat-sheet
|
|
||||||
plex https://app.plex.tv/desktop#
|
|
||||||
od https://odysee.com/$/following
|
od https://odysee.com/$/following
|
||||||
tml https://outlook.office.com/mail/inbox
|
nc https://staff.tfcconnection.org/apps/dashboard/
|
||||||
oned https://tfcconnection-my.sharepoint.com/personal/chris_tfcconnection_org/_layouts/15/onedrive.aspx
|
nch https://nc.cochrun.xyz/apps/files/
|
||||||
bw https://bitwarden.tfcconnection.org/#/
|
bw https://bitwarden.tfcconnection.org/#/vault
|
||||||
coin https://www.coinbase.com/dashboard
|
|
||||||
remind https://www.remind.com/classes/4223h9
|
|
||||||
admin https://admin.microsoft.com/AdminPortal/Home#/homepage
|
|
||||||
jelly https://jelly.cochrun.xyz/web/index.html#!/home.html
|
|
||||||
st http://127.0.0.1:8384/#
|
|
||||||
ha https://home.cochrun.xyz/lovelace/default_view
|
|
||||||
tfc https://www.tfcconnection.org/
|
|
||||||
nvtfc https://www.facebook.com/NorthernValleyTFC
|
|
||||||
tnc https://staff.tfcconnection.org/apps/dashboard/
|
|
||||||
nc https://nc.cochrun.xyz/apps/files/
|
|
||||||
oml https://outlook.live.com/mail/0/inbox
|
|
||||||
stb https://table.tfcconnection.org/
|
|
||||||
tms https://teams.microsoft.com/_#/conversations/General
|
|
||||||
n8n https://n8n.tfcconnection.org/workflow
|
|
||||||
stbdocs https://api.seatable.io/#intro
|
|
||||||
svg https://icon-sets.iconify.design/
|
|
||||||
icons https://icon-sets.iconify.design/
|
|
||||||
ai https://mastodon.online/web/getting-started
|
|
||||||
kde https://invent.kde.org/explore/groups?sort=name_asc
|
|
||||||
|
|
17
scripts/cpu-plasma-diy.sh
Executable file
17
scripts/cpu-plasma-diy.sh
Executable file
|
@ -0,0 +1,17 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
ID=$1
|
||||||
|
|
||||||
|
while true
|
||||||
|
do
|
||||||
|
COMMAND="systemmonitor"
|
||||||
|
# font='VictorMono Nerd Font' color=#ff9f43 size=11
|
||||||
|
|
||||||
|
cpu="$(mpstat 1 1 | rg Average | awk '{print $3+$4+$5}' | sed 's/\(.*\)/\1%/g')"
|
||||||
|
|
||||||
|
DATA="| A | $cpu | | $COMMAND |"
|
||||||
|
qdbus org.kde.plasma.doityourselfbar /id_$ID \
|
||||||
|
org.kde.plasma.doityourselfbar.pass "$DATA"
|
||||||
|
|
||||||
|
sleep 3s
|
||||||
|
done
|
|
@ -4,5 +4,5 @@
|
||||||
# echo 100 - $(mpstat | rg all | cut -d \ -f43) | bc
|
# echo 100 - $(mpstat | rg all | cut -d \ -f43) | bc
|
||||||
cpu="$(mpstat 1 1 | rg Average | awk '{print $3+$4+$5}' | sed 's/\(.*\)/\1%/g')"
|
cpu="$(mpstat 1 1 | rg Average | awk '{print $3+$4+$5}' | sed 's/\(.*\)/\1%/g')"
|
||||||
|
|
||||||
echo " $cpu | color=#ff9f43 font='VictorMono Nerd Font' size=11"
|
echo " $cpu | font='VictorMono Nerd Font' color=#ff9f43 size=11"
|
||||||
# echo " $cpu | color=#D75F00 font='VictorMono Nerd Font' size=11"
|
# echo " $cpu | color=#D75F00 font='VictorMono Nerd Font' size=11"
|
||||||
|
|
|
@ -9,15 +9,15 @@ if [ $(pgrep -c emacsclient) -gt 0 ]; then
|
||||||
# echo $emacsrg
|
# echo $emacsrg
|
||||||
|
|
||||||
if [ -z $emacsrg ]; then
|
if [ -z $emacsrg ]; then
|
||||||
emacsclient -c &
|
exec emacsclient -c &
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
wmctrl -ia $emacsrg
|
exec wmctrl -ia $emacsrg
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ $KDE_FULL_SESSION = "true" ]; then
|
if [ $KDE_FULL_SESSION = "true" ]; then
|
||||||
/home/chris/bin/ww -fa Emacs -c emacsclient
|
exec /home/chris/bin/ww -fa Emacs -c emacsclient
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
# WAYLAND
|
# WAYLAND
|
||||||
|
@ -26,11 +26,11 @@ if [ $(pgrep -c emacsclient) -gt 0 ]; then
|
||||||
emacswin=$(echo $emacsrg | sed 's/.*\: //')
|
emacswin=$(echo $emacsrg | sed 's/.*\: //')
|
||||||
# echo $emacswin
|
# echo $emacswin
|
||||||
|
|
||||||
wlrctl toplevel focus title:"$emacswin"
|
exec wlrctl toplevel focus title:"$emacswin"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
emacsclient -c &
|
exec emacsclient -c &
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -12,16 +12,16 @@ if [ $(pgrep -c firefox) -gt 0 ]; then
|
||||||
# echo $emacsrg
|
# echo $emacsrg
|
||||||
|
|
||||||
if [ -z $ffrg ]; then
|
if [ -z $ffrg ]; then
|
||||||
firefox
|
exec firefox
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
wmctrl -ia $ffrg
|
exec wmctrl -ia $ffrg
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ $KDE_FULL_SESSION = "true" ]; then
|
if [ $KDE_FULL_SESSION = "true" ]; then
|
||||||
echo "KDE"
|
echo "KDE"
|
||||||
/home/chris/bin/ww -f firefox -c firefox
|
exec /home/chris/bin/ww -f firefox -c firefox
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
# WAYLAND
|
# WAYLAND
|
||||||
|
@ -30,10 +30,10 @@ if [ $(pgrep -c firefox) -gt 0 ]; then
|
||||||
ffwin=$(echo $ffrg | sed 's/.*\: //')
|
ffwin=$(echo $ffrg | sed 's/.*\: //')
|
||||||
# echo $ffwin
|
# echo $ffwin
|
||||||
|
|
||||||
wlrctl toplevel focus title:"$ffwin"
|
exec wlrctl toplevel focus title:"$ffwin"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
firefox
|
exec firefox
|
||||||
fi
|
fi
|
||||||
|
|
21
scripts/mem-plasma-diy.sh
Executable file
21
scripts/mem-plasma-diy.sh
Executable file
|
@ -0,0 +1,21 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
ID=$1
|
||||||
|
|
||||||
|
while true
|
||||||
|
do
|
||||||
|
COMMAND="systemmonitor"
|
||||||
|
# font='VictorMono Nerd Font' color=#ff9f43 size=11
|
||||||
|
|
||||||
|
read used total <<< $(free -m | awk '/Mem/{printf $2" "$3}')
|
||||||
|
|
||||||
|
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}')
|
||||||
|
|
||||||
|
DATA="| A | $mem | |$COMMAND |"
|
||||||
|
qdbus org.kde.plasma.doityourselfbar /id_$ID \
|
||||||
|
org.kde.plasma.doityourselfbar.pass "$DATA"
|
||||||
|
|
||||||
|
sleep 2s
|
||||||
|
done
|
|
@ -1,4 +1,4 @@
|
||||||
#!/run/current-system/sw/bin/bash
|
#!/bin/bash
|
||||||
# Get the percentage of used memory and print it
|
# Get the percentage of used memory and print it
|
||||||
read used total <<< $(free -m | awk '/Mem/{printf $2" "$3}')
|
read used total <<< $(free -m | awk '/Mem/{printf $2" "$3}')
|
||||||
|
|
||||||
|
|
16
scripts/muunread-plasma-diy.sh
Executable file
16
scripts/muunread-plasma-diy.sh
Executable file
|
@ -0,0 +1,16 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
ID=$1
|
||||||
|
|
||||||
|
while true
|
||||||
|
do
|
||||||
|
COMMAND="emacsclient -c -e (mu4e)"
|
||||||
|
|
||||||
|
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)"
|
||||||
|
|
||||||
|
DATA="| A | $muunread | |$COMMAND |"
|
||||||
|
qdbus org.kde.plasma.doityourselfbar /id_$ID \
|
||||||
|
org.kde.plasma.doityourselfbar.pass "$DATA"
|
||||||
|
|
||||||
|
sleep 60s
|
||||||
|
done
|
|
@ -12,15 +12,15 @@ if [ $(pgrep -c qutebrowser) -gt 0 ]; then
|
||||||
# echo $emacsrg
|
# echo $emacsrg
|
||||||
|
|
||||||
if [ -z $qbrg ]; then
|
if [ -z $qbrg ]; then
|
||||||
qutebrowser
|
exec qutebrowser
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
wmctrl -ia $qbrg
|
exec wmctrl -ia $qbrg
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ $KDE_FULL_SESSION = "true" ]; then
|
if [ $KDE_FULL_SESSION = "true" ]; then
|
||||||
/home/chris/bin/ww -f org.qutebrowser.qutebrowser -c qutebrowser
|
exec /home/chris/bin/ww -f org.qutebrowser.qutebrowser -c qutebrowser
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
echo "other wayland"
|
echo "other wayland"
|
||||||
|
@ -30,10 +30,10 @@ if [ $(pgrep -c qutebrowser) -gt 0 ]; then
|
||||||
qbwin=$(echo $qbrg | sed 's/\(.*r\)\:.*/\1/')
|
qbwin=$(echo $qbrg | sed 's/\(.*r\)\:.*/\1/')
|
||||||
# echo $ffwin
|
# echo $ffwin
|
||||||
|
|
||||||
wlrctl toplevel focus "$qbwin"
|
exec wlrctl toplevel focus "$qbwin"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
qutebrowser
|
exec qutebrowser
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -21,7 +21,7 @@ declare -a options=(
|
||||||
"cancel"
|
"cancel"
|
||||||
)
|
)
|
||||||
|
|
||||||
choice=$(printf '%s\n' "${options[@]}" | rofi -theme /home/chris/dotfiles/rofi/launchers-git/$style.rasi -dmenu -p 'Clip or Save')
|
choice=$(printf '%s\n' "${options[@]}" | rofi -theme /home/chris/.config/rofi/launchers-git/$style.rasi -dmenu -p 'Clip or Save')
|
||||||
|
|
||||||
if [[ "$choice" == "cancel" ]]; then
|
if [[ "$choice" == "cancel" ]]; then
|
||||||
rm /tmp/$timestamp.png
|
rm /tmp/$timestamp.png
|
||||||
|
|
10
scripts/startup.sh
Executable file
10
scripts/startup.sh
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
nextcloud --background &
|
||||||
|
rbw-agent &
|
||||||
|
killall jellyfin-mpv-shim && jellyfin-mpv-shim &
|
||||||
|
/usr/lib/kdeconnectd &
|
||||||
|
emacs --daemon &
|
||||||
|
nm-applet &
|
||||||
|
greenclip daemon &
|
||||||
|
waybar &
|
|
@ -1,4 +1,4 @@
|
||||||
#!/run/current-system/sw/bin/bash
|
#!/bin/bash
|
||||||
# Usage: ww -f "window class filter" -c "run if not found"
|
# Usage: ww -f "window class filter" -c "run if not found"
|
||||||
# Usage: ww -fa "window title filter" -c "run if not found"
|
# Usage: ww -fa "window title filter" -c "run if not found"
|
||||||
|
|
||||||
|
@ -116,5 +116,5 @@ if [ -n "$IS_RUNNING" ] || [ -n "$FILTERALT" ]; then
|
||||||
# uninstall it
|
# uninstall it
|
||||||
dbus-send --session --dest=org.kde.KWin --print-reply=literal /Scripting org.kde.kwin.Scripting.unloadScript "string:$SCRIPT_NAME" >/dev/null 2>&1
|
dbus-send --session --dest=org.kde.KWin --print-reply=literal /Scripting org.kde.kwin.Scripting.unloadScript "string:$SCRIPT_NAME" >/dev/null 2>&1
|
||||||
elif [ -n "$COMMAND" ]; then
|
elif [ -n "$COMMAND" ]; then
|
||||||
$COMMAND &
|
exec $COMMAND &
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
};
|
};
|
||||||
displayManager.sddm.enable = true;
|
displayManager.sddm.enable = true;
|
||||||
desktopManager.plasma5.enable = true;
|
desktopManager.plasma5.enable = true;
|
||||||
|
desktopManager.gnome.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# programs.qt5ct.enable = true;
|
# programs.qt5ct.enable = true;
|
||||||
|
@ -138,10 +139,11 @@
|
||||||
killall
|
killall
|
||||||
tmux
|
tmux
|
||||||
discover
|
discover
|
||||||
kde-rounded-corners
|
# kde-rounded-corners
|
||||||
lightly-qt
|
lightly-qt
|
||||||
pinentry
|
pinentry
|
||||||
pinentry-qt
|
pinentry-qt
|
||||||
|
dutree
|
||||||
unzip
|
unzip
|
||||||
unrar
|
unrar
|
||||||
p7zip
|
p7zip
|
||||||
|
@ -229,6 +231,7 @@
|
||||||
quickemu
|
quickemu
|
||||||
OVMFFull
|
OVMFFull
|
||||||
element-desktop-wayland
|
element-desktop-wayland
|
||||||
|
# rustdesk
|
||||||
# hyprland
|
# hyprland
|
||||||
blender
|
blender
|
||||||
neofetch
|
neofetch
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
};
|
};
|
||||||
displayManager.sddm.enable = true;
|
displayManager.sddm.enable = true;
|
||||||
desktopManager.plasma5.enable = true;
|
desktopManager.plasma5.enable = true;
|
||||||
|
desktopManager.gnome.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# programs.qt5ct.enable = true;
|
# programs.qt5ct.enable = true;
|
||||||
|
@ -161,10 +162,11 @@
|
||||||
killall
|
killall
|
||||||
tmux
|
tmux
|
||||||
discover
|
discover
|
||||||
kde-rounded-corners
|
# kde-rounded-corners
|
||||||
lightly-qt
|
lightly-qt
|
||||||
pinentry
|
pinentry
|
||||||
pinentry-qt
|
pinentry-qt
|
||||||
|
dutree
|
||||||
unzip
|
unzip
|
||||||
unrar
|
unrar
|
||||||
p7zip
|
p7zip
|
||||||
|
@ -252,6 +254,7 @@
|
||||||
quickemu
|
quickemu
|
||||||
OVMFFull
|
OVMFFull
|
||||||
element-desktop-wayland
|
element-desktop-wayland
|
||||||
|
# rustdesk
|
||||||
# hyprland
|
# hyprland
|
||||||
neofetch
|
neofetch
|
||||||
afetch
|
afetch
|
||||||
|
@ -283,7 +286,7 @@
|
||||||
libsForQt5.ki18n
|
libsForQt5.ki18n
|
||||||
libsForQt5.kcoreaddons
|
libsForQt5.kcoreaddons
|
||||||
fennel
|
fennel
|
||||||
(libsForQt5.callPackage ../../LightlyShaders {})
|
# (libsForQt5.callPackage ../../LightlyShaders {})
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
|
Loading…
Reference in a new issue