mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 17:35:56 +08:00
update maomao
This commit is contained in:
parent
0e6f0446c0
commit
69a7682d0a
2 changed files with 7 additions and 6 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -557,11 +557,11 @@
|
|||
"scenefx": "scenefx"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1750995192,
|
||||
"narHash": "sha256-TjC5cjsDazAqKkapaMHxSwd6Xi6T8nBgmFySRFCmhaM=",
|
||||
"lastModified": 1751297364,
|
||||
"narHash": "sha256-jVzUAbcn0g51rkjpBz09v1pYjmUMRUrocEWAcEU5BkY=",
|
||||
"owner": "DreamMaoMao",
|
||||
"repo": "maomaowm",
|
||||
"rev": "ccc03c525dd48e8444ff8bdc874a9839b83393f5",
|
||||
"rev": "f89e82a4db5747d406c1992e2677d0cf8ed0c0ef",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
|
||||
# Animation Configuration
|
||||
animations=1
|
||||
layer_animations=1
|
||||
animation_type_open=zoom
|
||||
animation_type_close=slide
|
||||
animation_fade_in=1
|
||||
|
|
@ -187,7 +188,7 @@
|
|||
|
||||
|
||||
# menu and terminal
|
||||
bind=SUPER,p,spawn,sh -c $(tofi-run)
|
||||
bind=SUPER,p,spawn,sh -c \$(tofi-run)
|
||||
bind=SUPER,Return,spawn,kitty
|
||||
bind=SUPER+SHIFT,C,spawn,/home/eden/scripts/tofi/colorscheme
|
||||
bind=SUPER+SHIFT,W,spawn,/home/eden/scripts/change-wal-wayland
|
||||
|
|
@ -329,7 +330,7 @@
|
|||
autostart_sh =
|
||||
let
|
||||
setWallpaper = monitor: ''
|
||||
swww img -o ${monitor} ~/Pictures/Wallpapers/generated/$(cat ~/.cache/swww/${monitor} | xargs basename | cut -d'-' -f2- | sd "\-blurred" "")
|
||||
swww img --namespace background -o ${monitor} ~/Pictures/Wallpapers/generated/$(cat ~/.cache/swww/${monitor} | cut -d'/' -f7 | cut -d'-' -f2- | sd "\-blurred" "")
|
||||
'';
|
||||
in
|
||||
''
|
||||
|
|
@ -338,7 +339,7 @@
|
|||
swhks &
|
||||
doas swhkd -c ~/.config/maomao/swhkdrc &
|
||||
swww kill
|
||||
swww-daemon &
|
||||
swww-daemon --namespace background &
|
||||
killall clash-meta
|
||||
clash-meta -d ~/.config/clash &
|
||||
wlsunset -s 00:00 -S 00:00 -t 5000 -T 5001 &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue