remove unecessary chrome theme and scripts

This commit is contained in:
end-4
2024-02-16 17:39:13 +07:00
parent 251d885f6e
commit b612a96b48
18 changed files with 0 additions and 1984 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

@@ -1,35 +0,0 @@
{
"manifest_version": 3,
"name": "Catppuccin Chrome Theme - Mocha - Colorful",
"description": "Soothing pastel theme for Google Chrome - Catppuccin Mocha",
"version": "3.0",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": [30, 30, 46],
"frame_inactive": [30, 30, 46],
"frame_incognito": [30, 30, 46],
"frame_incognito_inactive": [30, 30, 46],
"bookmark_text": [137, 180, 250],
"tab_background_text": [186, 194, 222],
"tab_background_text_inactive": [186, 194, 222],
"tab_background_text_incognito": [203, 166, 247],
"tab_background_text_incognito_inactive": [137, 180, 250],
"tab_text": [203, 166, 247],
"toolbar": [65, 72, 104],
"toolbar_button_icon": [203, 166, 247],
"omnibox_text": [203, 166, 247],
"omnibox_background": [49, 50, 68],
"ntp_background": [30, 30, 46],
"ntp_link": [203, 166, 247],
"ntp_text": [203, 166, 247],
"ntp_link_underline": [30, 30, 46],
"ntp_section_link_underline": [30, 30, 46],
"button_background": [65, 72, 104]
}
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

@@ -1,35 +0,0 @@
{
"manifest_version": 3,
"name": "Everforest Dark B",
"description": "Forest.",
"version": "3.0",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": [28, 32, 33],
"frame_inactive": [30, 32, 31],
"frame_incognito": [28, 32, 33],
"frame_incognito_inactive": [30, 32, 31],
"bookmark_text": [211, 198, 170],
"tab_background_text": [161, 152, 131],
"tab_background_text_inactive": [211, 198, 170],
"tab_background_text_incognito": [161, 152, 131],
"tab_background_text_incognito_inactive": [211, 198, 170],
"tab_text": [168, 179, 112],
"toolbar": [48, 49, 52],
"toolbar_button_icon": [168, 179, 112],
"omnibox_text": [168, 179, 112],
"omnibox_background": [28, 32, 33],
"ntp_background": [28, 32, 33],
"ntp_link": [168, 179, 112],
"ntp_text": [168, 179, 112],
"ntp_link_underline": [28, 32, 33],
"ntp_section_link_underline": [28, 32, 33],
"button_background": [48, 49, 52]
}
}
}
-4
View File
@@ -1,4 +0,0 @@
## Chrome themes
- Go to chrome:extensions (might be different depending on your chromium browser)
- Click "Load Unpacked"
- Go to one of the folders in this directory and choose it
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

@@ -1,35 +0,0 @@
{
"manifest_version": 3,
"name": "TokyoNight-Dark",
"description": "Dark",
"version": "3.0",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": [26, 27, 38],
"frame_inactive": [26, 27, 38],
"frame_incognito": [26, 27, 38],
"frame_incognito_inactive": [26, 27, 38],
"bookmark_text": [192, 202, 245],
"tab_background_text": [192, 202, 245],
"tab_background_text_inactive": [192, 202, 245],
"tab_background_text_incognito": [192, 202, 245],
"tab_background_text_incognito_inactive": [192, 202, 245],
"tab_text": [13, 183, 212],
"toolbar": [46, 47, 66],
"toolbar_button_icon": [192, 202, 245],
"omnibox_text": [13, 183, 212],
"omnibox_background": [26, 27, 38],
"ntp_background": [46, 47, 66],
"ntp_link": [13, 183, 212],
"ntp_text": [13, 183, 212],
"ntp_link_underline": [13, 183, 212],
"ntp_section_link_underline": [13, 183, 212],
"button_background": [30, 30, 46]
}
}
}
File diff suppressed because it is too large Load Diff
@@ -1,6 +0,0 @@
#!/usr/bin/bash
WORKSPACES="$(hyprctl monitors -j | jq -r 'map(.activeWorkspace.id)')"
WINDOWS="$(hyprctl clients -j | jq -r --argjson workspaces "$WORKSPACES" 'map(select([.workspace.id] | inside($workspaces)))' )"
GEOM=$(echo "$WINDOWS" | jq -r '.[] | "\(.at[0]),\(.at[1]) \(.size[0])x\(.size[1])"' | slurp -f '%x %y %w %h')
wayshot -s "$GEOM" --stdout ${#:+"$@"}