mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
Waybar changes, koishi monitoring, emulators, ...
This commit is contained in:
parent
2ba7aea5d1
commit
7287701405
6 changed files with 21 additions and 7 deletions
|
|
@ -5,6 +5,7 @@
|
|||
profiles.light
|
||||
profiles.network
|
||||
users.kat.guiFull
|
||||
services.nginx
|
||||
services.dnscrypt-proxy
|
||||
];
|
||||
|
||||
|
|
@ -37,7 +38,7 @@
|
|||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
boot = {
|
||||
supportedFilesystems = singleton "xfs";
|
||||
supportedFilesystems = [ "xfs" "zfs" ];
|
||||
initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/8dd300d3-c432-47b6-8466-55682cd1c1a1";
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 42109564c606b20be3b99d5c6e4172bf20118a65
|
||||
Subproject commit 9bb76e3a1d33679e7a0a8aac4069c3c0deeef4e0
|
||||
|
|
@ -15,5 +15,17 @@
|
|||
v4l-utils
|
||||
gimp-with-plugins
|
||||
wf-recorder
|
||||
dolphinEmuMaster
|
||||
pcsxr
|
||||
pcsx2
|
||||
mgba
|
||||
nestopia
|
||||
snes9x-gtk
|
||||
citra
|
||||
melonDS
|
||||
mupen64plus
|
||||
retroarch
|
||||
sixpair
|
||||
xboxdrv
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
modules-center = [ "clock#s" "clock#arc" "clock#hex" "clock#miku" "clock" ];
|
||||
modules-left = [ "sway/workspaces" "sway/mode" "sway/window" ];
|
||||
modules-right = [
|
||||
"tray"
|
||||
"pulseaudio"
|
||||
"custom/mail"
|
||||
"cpu"
|
||||
|
|
@ -24,6 +23,7 @@
|
|||
"idle_inhibitor"
|
||||
"custom/konawall"
|
||||
"custom/gpg-status"
|
||||
"tray"
|
||||
];
|
||||
|
||||
modules = {
|
||||
|
|
|
|||
|
|
@ -103,8 +103,8 @@ tooltip
|
|||
#tray
|
||||
@extend %extend_1
|
||||
background: $base00t
|
||||
border-top-left-radius: 1em
|
||||
border-bottom-left-radius: 1em
|
||||
border-top-right-radius: 1em
|
||||
border-bottom-right-radius: 1em
|
||||
padding: 0 10px 0 8px
|
||||
menu
|
||||
background: $base00t
|
||||
|
|
@ -112,7 +112,7 @@ tooltip
|
|||
color: $base07
|
||||
|
||||
|
||||
.modules-center
|
||||
.modules-left
|
||||
margin: 2px 4px
|
||||
border-radius: 1em
|
||||
widget
|
||||
|
|
@ -126,7 +126,7 @@ tooltip
|
|||
&:last-child
|
||||
margin-right: 0
|
||||
|
||||
.modules-left
|
||||
.modules-center
|
||||
margin: 2px 4px
|
||||
border-radius: 1em
|
||||
widget
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ let
|
|||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"ffmpeg-3.4.8"
|
||||
"ffmpeg-2.8.17"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue