1
0
mirror of https://github.com/gjkcz/ansible-void.git synced 2025-06-18 18:40:34 +02:00

Initial commit

This commit is contained in:
2023-04-29 19:51:14 +02:00
commit d88ed5f3d2
16 changed files with 432 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[Desktop Entry]
Name=Bakaláři
Exec=/usr/bin/firefox https://dochazka.gjk.cz/login
StartupNotify=true
Terminal=false
Type=Application
Categories=Utility;
Icon=/usr/share/icons/bakalari.png

BIN
files/bakalari/bakalari.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

3
files/desktop/autologin Normal file
View File

@ -0,0 +1,3 @@
[daemon]
AutomaticLogin=student
AutomaticLoginEnable=True

17
files/desktop/main Normal file
View File

@ -0,0 +1,17 @@
[org/gnome/desktop/input-sources]
sources = [('xkb', 'us'), ('xkb', 'cz')]
[org/gnome/desktop/a11y]
always-show-universal-access-status = false
[org/gnome/shell]
favorite-apps = ['firefox.desktop', 'org.gnome.Console.desktop', 'org.gnome.Nautilus.desktop']
[org/gnome/login-screen]
disable-user-list = true
[org/gnome/desktop/interface]
gtk-theme = 'Adwaita-dark'
[org/gnome/settings-daemon/plugins]
sleep-inactive-ac-timeout = 0

View File

@ -0,0 +1,2 @@
user-db:user
system-db:local

View File

@ -0,0 +1,8 @@
[org/gnome/desktop/session]
# Number of seconds of inactivity before the screen goes blank
# Set to 0 seconds if you want to deactivate the screensaver.
idle-delay=uint32 {{ timeout_blank }}
[org/gnome/desktop/screensaver]
# Number of seconds after the screen is blank before locking the screen
lock-delay=uint32 {{ timeout_lock }}

Binary file not shown.

22
files/grub/grub Normal file
View File

@ -0,0 +1,22 @@
#
# Configuration file for GRUB.
#
GRUB_DEFAULT=2
#GRUB_HIDDEN_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_TIMEOUT={{ grub_timeout }}
GRUB_DISTRIBUTOR="Void"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4 net.ifnames=0"
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
GRUB_TERMINAL_OUTPUT=console
#GRUB_BACKGROUND=/usr/share/void-artwork/splash.png
#GRUB_GFXMODE=1920x1080x32
#GRUB_DISABLE_LINUX_UUID=true
#GRUB_DISABLE_RECOVERY=true
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
GRUB_DISABLE_OS_PROBER=false