diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-10-21 13:42:06 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-10-21 13:42:06 +0300 |
commit | af069fea96c10ae6946bccbaad36175d3e013363 (patch) | |
tree | 7a0acc05098f9b7d2abe10d209c878db6a7a1875 /system | |
parent | 6983c1eb909e4c7182ff208da139f2a4469d1514 (diff) | |
download | swayrice-af069fea96c10ae6946bccbaad36175d3e013363.tar.gz swayrice-af069fea96c10ae6946bccbaad36175d3e013363.zip |
Some cleanup
Diffstat (limited to 'system')
-rwxr-xr-x | system/loader/entries/arch.conf | 4 | ||||
-rwxr-xr-x | system/loader/loader.conf | 3 | ||||
-rw-r--r-- | system/plymouth/bgrt.plymouth | 60 | ||||
-rw-r--r-- | system/sudoers | 1 |
4 files changed, 1 insertions, 67 deletions
diff --git a/system/loader/entries/arch.conf b/system/loader/entries/arch.conf deleted file mode 100755 index 5d60a7a..0000000 --- a/system/loader/entries/arch.conf +++ /dev/null @@ -1,4 +0,0 @@ -title Arch Linux -linux /vmlinuz-linux -initrd /initramfs-linux.img -options root=/dev/ArchVolGroup-root rw quiet splash loglevel=2 rd.udev.log_priority=3 rd.systemd.show_status=false vt.global_cursor_default=0 cryptdevice=/dev/nvme0n1p2:cryptlvm root=/dev/ArchVolGroup/root bluetooth.disable_ertm=1 diff --git a/system/loader/loader.conf b/system/loader/loader.conf deleted file mode 100755 index a8c34e5..0000000 --- a/system/loader/loader.conf +++ /dev/null @@ -1,3 +0,0 @@ -#timeout 3 -#console-mode keep -default arch diff --git a/system/plymouth/bgrt.plymouth b/system/plymouth/bgrt.plymouth deleted file mode 100644 index bf3e15e..0000000 --- a/system/plymouth/bgrt.plymouth +++ /dev/null @@ -1,60 +0,0 @@ -[Plymouth Theme] -Name=BGRT -Description=Jimmac's spinner theme using the ACPI BGRT graphics as background -ModuleName=two-step - -[two-step] -Font=Cantarell 12 -TitleFont=Cantarell Light 28 -ImageDir=/usr/share/plymouth/themes/spinner -DialogHorizontalAlignment=.5 -DialogVerticalAlignment=.8 -TitleHorizontalAlignment=.5 -TitleVerticalAlignment=.4 -HorizontalAlignment=.5 -VerticalAlignment=.7 -WatermarkHorizontalAlignment=.5 -WatermarkVerticalAlignment=.96 -Transition=fade -TransitionDuration=1.0 -BackgroundStartColor=0x1b1e25 -BackgroundEndColor=0x1b1e25 -ProgressBarBackgroundColor=0x606060 -ProgressBarForegroundColor=0xffffff -DialogClearsFirmwareBackground=false -MessageBelowAnimation=true - -[boot-up] -DialogClearsFirmwareBackground=false -UseFirmwareBackground=true -UseProgressBar=true - -[shutdown] -UseFirmwareBackground=false -_Title=Powering off... - -[reboot] -UseFirmwareBackground=false -_Title=Rebooting... - -[updates] -SuppressMessages=true -ProgressBarShowPercentComplete=true -UseProgressBar=true -_Title=Installing Updates... -_SubTitle=Do not turn off your computer - -[system-upgrade] -SuppressMessages=true -ProgressBarShowPercentComplete=true -UseProgressBar=true -_Title=Upgrading System... -_SubTitle=Do not turn off your computer - -[firmware-upgrade] -SuppressMessages=true -ProgressBarShowPercentComplete=true -UseProgressBar=true -UseFirmwareBackground=true -_Title=Upgrading Firmware... -_SubTitle=Do not turn off your computer diff --git a/system/sudoers b/system/sudoers index bb24b9f..361226b 100644 --- a/system/sudoers +++ b/system/sudoers @@ -9,6 +9,7 @@ Defaults passwd_timeout=0 Defaults timestamp_timeout=15 +Defaults timestamp_type=global ## ## User privilege specification |