mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
sway: Use new arc'd swaylock-effects, waybar clock order change
This commit is contained in:
parent
a082d2a356
commit
792bab8aa6
2 changed files with 2 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ let cfg = config.kw.theme; in
|
|||
|
||||
programs.swaylock = mkIf (cfg.swaylock) {
|
||||
enable = true;
|
||||
package = pkgs.swaylock-effects-develop;
|
||||
args = {
|
||||
screenshots = true;
|
||||
daemonize = true;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
enable = true;
|
||||
systemd.enable = true;
|
||||
settings = [{
|
||||
modules-right = [ "clock#s" "clock#arc" "clock#miku" "clock#hex" "clock" ];
|
||||
modules-right = [ "clock#s" "clock#arc" "clock#hex" "clock#miku" "clock" ];
|
||||
modules-center = [ "sway/workspaces" "sway/mode" "sway/window" ];
|
||||
modules-left = [
|
||||
"tray"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue