Skip to content

Instantly share code, notes, and snippets.

View brunomvsouza's full-sized avatar

Bruno Venceslau brunomvsouza

View GitHub Profile
@brunomvsouza
brunomvsouza / ubuntu_theme_switcher.sh
Last active July 12, 2025 18:08
Ubuntu Theme Switcher Script for Cron (tested on Ubuntu 24.04)
#!/bin/bash
# Add to `crontab -e`
# */1 * * * * /path/to/ubuntu_theme_switcher.sh
# @reboot /path/to/ubuntu_theme_switcher.sh
# Modified version of https://askubuntu.com/a/1407874
set_theme() {
if [[ "$1" == "dark" ]]; then
new_color_scheme="prefer-dark"