Skip to content

Instantly share code, notes, and snippets.

View TaylanTatli's full-sized avatar
👋

Taylan Tatlı TaylanTatli

👋
View GitHub Profile
@TaylanTatli
TaylanTatli / Custom CSS.css
Last active April 10, 2024 01:35
I created a repo for Miniflux Themes and added a new Catppuccin theme. If anyone interested: https://github.com/TaylanTatli/MinifluxThemes
:root {
--font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--body-color: rgba(255, 255, 255, 0.7);
--body-background: #282c34;
--header-link-color: #9b9494;
--header-active-link-color: #d19a66;
--input-border: 1px solid #2c384e;
--input-background: #2c384e;
--input-placeholder-color: #888;
--input-focus-border-color: #d19a66;
@TaylanTatli
TaylanTatli / cwm-tt.patch
Last active April 7, 2024 10:05
CWM patch
diff --git a/calmwm.h b/calmwm.h
index b28b454..0793c92 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -78,6 +78,16 @@ size_t strlcpy(char *, const char *, size_t);
#define CWM_BIGAMOUNT 0x0010
#define DIRECTIONMASK (CWM_UP | CWM_DOWN | CWM_LEFT | CWM_RIGHT)
+#define CWM_TOP_LEFT 0x0001
+#define CWM_BOTTOM_LEFT 0x0002
@TaylanTatli
TaylanTatli / waybar-config.json
Last active January 9, 2024 08:50
Dots 01.01.23
// vim: ft=jsonc
{
"layer": "top",
"position": "top",
"modules-left": ["wlr/workspaces", "hyprland/window"],
"modules-center": ["custom/spotify"],
"modules-right": ["idle_inhibitor","custom/pacman", "custom/todo", "backlight", "tray", "bluetooth", "pulseaudio", "network", "battery","custom/notification", "clock"],
//////////////
// MODULES //
/////////////
@TaylanTatli
TaylanTatli / ytdeletelibsongs.js
Last active December 4, 2023 02:05
Youtube & YTMusic Scripts
function sleep(ms) {
return new Promise((resolve) => setTimeout(resolve, ms));
}
async function deleteLibSongs() {
`use strict`;
var items = document.body.querySelectorAll(
".dropdown-trigger.ytmusic-menu-renderer"
);
var out;
@TaylanTatli
TaylanTatli / script.js
Created September 18, 2023 14:48
Rose Wood Tumblr Theme npm images script
/*---------------------------------------------------------
NPF images fix v3.0 by @glenthemes [2021]
💌 git.io/JRBt7
Credits:
> wrap divs that are next to each other by Nick Craver
stackoverflow.com/a/3329249/8144506
> get 'deepest' element script by Balint Bako
stackoverflow.com/a/18652986/8144506
@TaylanTatli
TaylanTatli / PKGBUILD
Created September 16, 2023 22:00
UpNote
# Maintainer: taylantatli <taylantatli90 at gmail dot com>
pkgname=upnote-git
pkgver=8.0.4
pkgrel=1
pkgdesc="UpNote's a beautiful app for writing and organizing."
arch=('x86_64')
url="https://getupnote.com"
license=('custom')
conflicts=('upnote')
表盘文件目录:
Z:\run\media\DATA\Dev\WatchFaces\TWatch04
Z:\run\media\DATA\Apps\Source\Facemaker-linux-x64\packager\huawei
del /Q "Z:\run\media\DATA\Apps\Source\Facemaker-linux-x64\packager\huawei\tools\image"
xcopy "Z:\run\media\DATA\Dev\WatchFaces\TWatch04\watchface\res" "Z:\run\media\DATA\Apps\Source\Facemaker-linux-x64\packager\huawei\tools\image\"
<?xml version="1.0" encoding="UTF-8"?>
<HwTheme>
<title>TWatch04</title>
<title-cn>TWatch04</title-cn>
<author>Taylan Tatl谋</author>
/* Reduce Sidebar Items */
.nautilus-window .sidebar-row {
padding: 0;
margin-top: 1px;
margin-bottom: 1px;
min-height: 30px;
}
/* Reduce Icons padding / margin */
.nautilus-window .view {
const NAME = "Taylan";
const CARDS = [
{
name: "Trakt",
icon: "fa-tv",
link: "https://trakt.tv/",
},
{
name: "Reddit",
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.