-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
56 changed files
with
2,010 additions
and
269 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#! /bin/zsh | ||
|
||
sleep 0.1 | ||
|
||
if [ "$1" = "light" ]; then | ||
~/.config/waybar/switch-theme light | ||
~/.config/nvim/switch-theme light | ||
~/.config/kitty/switch-theme light | ||
~/.config/wofi/switch-theme light | ||
|
||
gsettings set org.gnome.desktop.interface gtk-theme catppuccin-latte-flamingo-standard+default | ||
gsettings set org.gnome.desktop.interface color-scheme prefer-light | ||
|
||
exit 0; | ||
fi | ||
|
||
if [ "$1" = "dark" ]; then | ||
~/.config/waybar/switch-theme dark | ||
~/.config/nvim/switch-theme dark | ||
~/.config/kitty/switch-theme dark | ||
~/.config/wofi/switch-theme dark | ||
|
||
gsettings set org.gnome.desktop.interface gtk-theme catppuccin-frappe-red-standard+default | ||
gsettings set org.gnome.desktop.interface color-scheme prefer-dark | ||
|
||
exit 0; | ||
fi | ||
|
||
echo "There is no \"$1\" command" | ||
exit 1; | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,27 @@ | ||
monitor=eDP-1, 2560x1600@60Hz, 200x1152, 1.6 | ||
monitor=eDP-1, 2560x1600@60Hz, 0x0, 1.666667 | ||
|
||
# Office | ||
monitor=desc:Samsung Electric Company LU28R55 H4ZT400899, 3840x2160@60Hz, -400x-288, 1.5 | ||
# # Home Office | ||
monitor=desc:Samsung Electric Company LU28R55 HNMN700388, 3840x2160@30Hz, -180x-1080, 2 | ||
|
||
# Home Office | ||
monitor=desc:Samsung Electric Company LU28R55 HNMN700388, 3840x2160@30Hz, -400x-288, 1.5 | ||
|
||
# Gaming | ||
monitor=desc:Samsung Electric Company C34H89x H4ZT300037, 3440x1440@100Hz, -720x0, 1.25 | ||
# Office | ||
monitor=desc:Samsung Electric Company LU28R55 H4ZT400899, 3840x2160@30Hz, -360x-1440, 1.5 | ||
# | ||
# # Gaming | ||
# monitor=desc:Samsung Electric Company C34H89x H4ZT300037, 3440x1440@60Hz, -720x0, 1.25 | ||
|
||
exec-once = hyprpaper & | ||
|
||
|
||
# monitor=eDP-1, 2560x1600@60Hz, 200x1152, 1.6 | ||
# | ||
# # Office | ||
# monitor=desc:Samsung Electric Company LU28R55 H4ZT400899, 3840x2160@30Hz, -400x-288, 1.5 | ||
# | ||
# # Home Office | ||
# monitor=desc:Samsung Electric Company LU28R55 HNMN700388, 3840x2160@30Hz, -400x-288, 2 | ||
# | ||
# # Gaming | ||
# monitor=desc:Samsung Electric Company C34H89x H4ZT300037, 3440x1440@60Hz, -720x0, 1.25 | ||
# | ||
# exec-once = hyprpaper & |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
allow_remote_control yes | ||
listen_on unix:/tmp/kitty | ||
|
||
cursor_blink_interval 0 | ||
background_opacity 0.8 | ||
dynamic_background_opacity no | ||
remember_window_size no | ||
|
||
sync_to_monitor yes | ||
|
||
enable_audio_bell no | ||
copy_on_select yes | ||
|
||
font_family Iosevka Nerd Font | ||
bold_font auto | ||
italic_font auto | ||
bold_italic_font auto | ||
|
||
font_size 12.0 | ||
|
||
include themes/trash-polka.conf | ||
|
||
|
||
map ctrl+shift+up no-op | ||
map ctrl+shift+k no-op | ||
map alt+cmd+page_up no-op | ||
map cmd+up no-op | ||
map ctrl+shift+no-op | ||
map ctrl+shift+j no-op | ||
map ctrl+shift+page_up no-op | ||
map cmd+page_up no-op | ||
map ctrl+shift+page_down no-op | ||
map cmd+page_down no-op | ||
map ctrl+shift+home no-op | ||
map cmd+home no-op | ||
map ctrl+shift+end no-op | ||
map cmd+end no-op | ||
map ctrl+shift+h no-op | ||
|
||
map ctrl+shift+l set_colors --configured /home/anton/.config/kitty/themes/trash-polka-light.conf | ||
map ctrl+shift+k set_colors --configured /home/anton/.config/kitty/themes/trash-polka.conf | ||
|
||
|
||
# BEGIN_KITTY_THEME | ||
# Trash-Polka | ||
include current-theme.conf | ||
# END_KITTY_THEME |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#! /bin/zsh | ||
set -e | ||
|
||
if [ "$1" = "light" ]; then | ||
cp ~/.config/kitty/themes/trash-polka-light.conf ~/.config/kitty/current-theme.conf | ||
for socket in /tmp/kitty*; do | ||
kitten @ --to unix:${socket} set-colors --configured ~/.config/kitty/themes/trash-polka-light.conf | ||
done | ||
exit 0; | ||
fi | ||
|
||
if [ "$1" = "dark" ]; then | ||
cp ~/.config/kitty/themes/trash-polka.conf ~/.config/kitty/current-theme.conf | ||
for socket in /tmp/kitty*; do | ||
kitten @ --to unix:${socket} set-colors --configured ~/.config/kitty/themes/trash-polka.conf | ||
done | ||
|
||
exit 0; | ||
fi | ||
|
||
echo "There is no \"$1\" command" | ||
exit 1; | ||
|
||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
vim.cmd 'colorscheme trash-polka' |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#! /bin/sh | ||
# set -e | ||
|
||
PATH=${PATH}:/home/anton/.local/bin; | ||
CWD="${BASH_SOURCE%/*}" | ||
|
||
# pip3 install neovim-remote | ||
|
||
INSTANCES=$(ls "/run/user/1000/" | grep "nvim.") | ||
|
||
|
||
if [ "$1" = "light" ]; then | ||
echo "vim.cmd 'colorscheme trash-polka-light'" > "${CWD}/lua/colorscheme.lua" | ||
for instance in /run/user/1000/nvim*; do | ||
nvr --servername=${instance} --remote-send '<esc>:colorscheme trash-polka-light<enter>' | ||
done | ||
exit 0; | ||
fi | ||
|
||
if [ "$1" = "dark" ]; then | ||
echo "vim.cmd 'colorscheme trash-polka'" > "${CWD}/lua/colorscheme.lua" | ||
for instance in /run/user/1000/nvim*; do | ||
echo "$instance" | ||
nvr --servername=${instance} --remote-send '<esc>:colorscheme trash-polka<enter>' | ||
echo "$instance done" | ||
done | ||
exit 0; | ||
fi | ||
|
||
echo "There is no \"$1\" command" | ||
exit 1; | ||
|
This file contains 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
Oops, something went wrong.