This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
currentState=0 | |
state1StartHour=4 | |
state2StartHour=22 | |
function set_sleep(){ | |
xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/blank-on-ac -s $1 | |
now=$(date +"%D %T") | |
echo "set sleep $1 $now" >> ~/cron.log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"profile": { | |
"name": "Hans Yulian", | |
"phone": "+628112312107", | |
"email": "[email protected]", | |
"address": "Bandung, West Java, Indonesia", | |
"title": "Senior Software Engineer", | |
"summary": "Accomplished and versatile software engineer with extensive experience across a diverse array of technologies. Expert in developing robust solutions and adept at navigating complex technical landscapes. A proven track record of delivering high-quality software products efficiently and effectively.", | |
"printOnlyHeading": "This CV has been crafted using React as a demonstration of my skills and expertise. You can view the online version of this CV here: https://hansyulian.github.io or access the source code in the GitHub repository here: https://github.com/hansyulian/cv" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script: hans-set-screen-timeout | |
# Purpose: Set the XFCE Power Manager's "Blank After" display timeout. | |
# Check if a parameter is provided | |
if [ -z "$1" ]; then | |
echo "Usage: hans-set-screen-timeout <true|false>" | |
exit 1 | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"globalBackgroundImageUrl": "https://img.freepik.com/free-photo/handmade-wooden-cross-filed-blue-sky_181624-36477.jpg?t=st=1743859426~exp=1743863026~hmac=28fc05bfb187ac3c680222ab90f5e72c65c5286d617d4d62108ac71107dac37c&w=996", | |
"logo": { | |
"target": "/", | |
"text": "Gereja Kristen Immanuel" | |
}, | |
"menu": [], | |
"footer": { | |
"copyrightText": "© 2025 Sinode Gereja Kristen Immanuel" | |
}, |