Skip to content

Instantly share code, notes, and snippets.

View touhidulshawan's full-sized avatar
🎯
out of path

Touhidul Shawan touhidulshawan

🎯
out of path
View GitHub Profile
@touhidulshawan
touhidulshawan / userStyles.css
Created October 6, 2023 23:52
Gruvbox color theme for piped.video
/* ==UserStyle==
@name piped-gruvbox
@namespace github.com/touhidulshawan
@version 1.0.0
@description Gruvbox theme for piped.video
@author Touhidul Shawan [github.com/touhidulshawan]
==/UserStyle== */
@-moz-document url-prefix("https://piped.video") {
div.reset {
background: #1d2021;
@touhidulshawan
touhidulshawan / betterlockscreenrc-dracula
Last active March 8, 2023 11:49
betterlockscreen config file with dracula theme color
# default options
display_on=0
span_image=false
lock_timeout=300
fx_list=(dim blur dimblur pixel dimpixel color)
dim_level=40
blur_level=1
pixel_scale=10,1000
solid_color=282a36ff
wallpaper_cmd="feh --bg-fill"
@touhidulshawan
touhidulshawan / betterlockscreenrc-gruvbox
Last active March 8, 2023 11:49
betterlockscreen config for gruvbox colors
# default options
display_on=0
span_image=false
lock_timeout=300
fx_list=(dim blur dimblur pixel dimpixel color)
dim_level=40
blur_level=1
pixel_scale=10,1000
solid_color=1d2021ff
wallpaper_cmd="feh --bg-fill"
@touhidulshawan
touhidulshawan / Gruvbox_dark_hard-fzf
Last active March 19, 2026 22:20
Gruvbox Dark colorscheme for FZF
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS' --color=fg:#ebdbb2,bg:#282828,hl:#b16286 --color=fg+:#689d6a,bg+:#32302f,hl+:#d3869b --color=info:#d65d0e,prompt:#458588,pointer:#fe8019 --color=marker:#8ec07c,spinner:#cc241d,header:#fabd2f'
[
{
"id": "ar_apple",
"modelName": "Apple",
"modelPath": "https://touhidulshawan.github.io/funeschool-ar/apple.html"
},
{
"id": "ar_bird",
"modelName": "Bird",
"modelPath": "https://touhidulshawan.github.io/funeschool-ar/bird.html"
@touhidulshawan
touhidulshawan / NameThatPictureData
Created November 8, 2020 16:55
Name That Picture Data game structure data
[
{
"id": "#apple",
"name": "Apple",
"imgPath": "/images/nameThatPicture/apple.png"
},
{
"id": "#ball",
"name": "Ball",
"imgPath": "/images/nameThatPicture/ball.png"
@touhidulshawan
touhidulshawan / GameName
Last active November 9, 2020 15:07
Name of all games that used on games page
[
{
"id": "games#1",
"gameName": "Pop Quiz",
"gameLinkName": "pop_quiz"
},
{
"id": "games#2",
"gameName": "Name That Picture",
"gameLinkName": "name_that_picture"
@touhidulshawan
touhidulshawan / Course
Created November 8, 2020 16:44
Course Name for FuneSchool Project
[
{
"id": "class#1",
"title": "Class-I",
"bookName": [
{
"id": "book#1",
"book": "English"
},
{
@touhidulshawan
touhidulshawan / Class-I_English
Last active November 8, 2020 19:47
classes name
[
{
"bookName": "English",
"courseFor": "Class-I",
"learning": [
{
"id": "english#learning_letter",
"name": "Learning Letter"
},
{