remove unecessary chrome theme and scripts

This commit is contained in:
end-4
2024-02-16 17:39:56 +07:00
parent 65dc4fc96f
commit 8229f9ee7a
22 changed files with 0 additions and 2036 deletions
-18
View File
@@ -1,18 +0,0 @@
#!/bin/sh
cd ~
#export XDG_CURRENT_DESKTOP=GNOME
#export XDG_SESSION_TYPE=wayland
#export XDG_SESSION_DESKTOP=GNOME
#export EDITOR = /usr/bin/gnome-text-editor
export XMODIFIERS=@im=ibus
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
#export QT_QPA_PLATFORMTHEME=qt5ct #QT Theme (for KDE apps)
export QT_QPA_PLATFORMTHEME=qt5ct
exec Hyprland
-10
View File
@@ -1,10 +0,0 @@
#/usr/bin/bash
cd /home/end/Videos
if ["$(pidof wf-recorder)" -ne ""]; then
notify-send "wf-recorder" "Starting recording" -a 'wf-recorder'
wf-recorder -t -f './recording_'"$(date '+%Y_%m_%_d..%H.%M')"'.mp4' --audio=alsa_output.pci-0000_08_00.6.analog-stereo.monitor
else
/usr/bin/kill --signal SIGINT wf-recorder
notify-send "wf-recorder" "Recording Stopped" -a 'wf-recorder'
fi
-10
View File
@@ -1,10 +0,0 @@
#/usr/bin/bash
cd /home/end/Videos
if [[ "$(pidof wf-recorder)" == "" ]]; then
notify-send "wf-recorder" "Starting recording" -a 'wf-recorder'
wf-recorder -f './recording_'"$(date '+%Y_%m_%_d..%H.%M')"'.mp4' -t --geometry "$(slurp)"
else
/usr/bin/kill --signal SIGINT wf-recorder
notify-send "wf-recorder" "Recording Stopped" -a 'wf-recorder'
fi
-14
View File
@@ -1,14 +0,0 @@
#!/usr/bin/bash
if [[ "$2" == "" ]]; then # basic rice switching
notify-send 'Usage: >swr [save name] [load name]'
exit
fi
mkdir -p ~/.config/__enderice/
mv ~/.config/eww ~/.config/__enderice/eww_"$1"
mv ~/.config/hypr ~/.config/__enderice/hypr_"$1"
mv ~/.config/__enderice/eww_"$2" ~/.config/eww
mv ~/.config/__enderice/hypr_"$2" ~/.config/hypr
pkill eww && eww open bar && eww open bgdecor
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 ${#:+"$@"}