forked from moonlight-coffee/Cherry-Blossoms
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
495fee4
commit fe4dd6f
Showing
11 changed files
with
1,879 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
## Import files (Colors,Etc) | ||
import: | ||
- ~/.config/alacritty/theme.yml | ||
|
||
## Set environment variables | ||
env: | ||
TERM: alacritty | ||
WINIT_X11_SCALE_FACTOR: '1.0' | ||
|
||
## Font | ||
font: | ||
normal: | ||
family: JetBrainsMono | ||
style: Medium | ||
|
||
bold: | ||
family: Iosevka | ||
style: Bold | ||
|
||
italic: | ||
family: Iosevka | ||
style: Italic | ||
|
||
bold_italic: | ||
family: Iosevka | ||
style: Bold Italic | ||
|
||
size: 14 | ||
|
||
offset: | ||
x: 0 | ||
y: 0 | ||
|
||
glyph_offset: | ||
x: 0 | ||
y: 0 | ||
|
||
draw_bold_text_with_bright_colors: true | ||
|
||
## Terminal window settings | ||
window: | ||
opacity: 1.0 | ||
padding: | ||
x: 20 | ||
y: 20 | ||
|
||
dynamic_padding: true | ||
decorations: full | ||
startup_mode: Windowed | ||
dynamic_title: true | ||
title: Alacritty | ||
|
||
## Live config reload | ||
live_config_reload: true | ||
|
||
class: | ||
instance: Alacritty | ||
general: Alacritty | ||
|
||
## Scroll | ||
scrolling: | ||
history: 10000 | ||
|
||
# Visual | ||
visual_bell: | ||
animation: EaseOutExpo | ||
duration: 0.5 | ||
color: "#ffffff" | ||
|
||
##Selection | ||
selection: | ||
semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" | ||
save_to_clipboard: true | ||
|
||
## Cs | ||
cursor: | ||
style: 'Underline' | ||
thickness: 0.20 | ||
|
||
## Shell | ||
shell: | ||
program: /usr/bin/zsh | ||
|
||
## Mouse | ||
mouse: | ||
double_click: { threshold: 300 } | ||
triple_click: { threshold: 300 } | ||
|
||
hide_when_typing: true |
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,27 @@ | ||
colors: | ||
# Default colors | ||
primary: | ||
background: '#151515' | ||
foreground: '#E8E3E3' | ||
|
||
# Normal colors | ||
normal: | ||
black: '#151515' | ||
red: '#B66467' | ||
green: '#8C977D' | ||
yellow: '#D9BC8C' | ||
blue: '#8DA3B9' | ||
magenta: '#A988B0' | ||
cyan: '#8AA6A2' | ||
white: '#E8E3E3' | ||
|
||
# Bright colors | ||
bright: | ||
black: '#353535' | ||
red: '#B66467' | ||
green: '#8C977D' | ||
yellow: '#D9BC8C' | ||
blue: '#8DA3B9' | ||
magenta: '#A988B0' | ||
cyan: '#8C977D' | ||
white: '#E8E3E3' |
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,27 @@ | ||
colors: | ||
# Default colors | ||
primary: | ||
background: '#0f0f17' | ||
foreground: '#bfc9db' | ||
|
||
# Normal colors | ||
normal: | ||
black: '#13141c' | ||
red: '#d78787' | ||
green: '#afbea2' | ||
yellow: '#e4c9af' | ||
blue: '#a1bdce' | ||
magenta: '#d7beda' | ||
cyan: '#b1e7dd' | ||
white: '#bfc9db' | ||
|
||
# Bright colors | ||
bright: | ||
black: '#646a73' | ||
red: '#d78787' | ||
green: '#afbea2' | ||
yellow: '#e4c9af' | ||
blue: '#a1bdce' | ||
magenta: '#d7beda' | ||
cyan: '#b1e7dd' | ||
white: '#858893' |
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/bash | ||
sxhkd -c $HOME/.config/berry/sxhkdrc & | ||
nitrogen --restore & | ||
picom -f & | ||
$HOME/.config/polybar/launch.sh & | ||
|
||
# Set decoration geometry | ||
berryc border_width 0 | ||
berryc inner_border_width 0 | ||
berryc title_height 33 | ||
berryc edge_gap 56 8 8 8 | ||
# Set decoration colors | ||
#berryc focus_color efe6e6 | ||
#berryc unfocus_color afbea2 | ||
berryc inner_focus_color bfc9db | ||
berryc inner_unfocus_color 0f0f17 | ||
berryc text_focus_color 0f0f17 | ||
berryc text_unfocus_color 100815 | ||
|
||
# Other options | ||
berryc smart_place "true" | ||
berryc draw_text "true" | ||
berryc edge_lock "true" | ||
berryc set_font "JetBrainsMono Nerd Font -12" |
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,105 @@ | ||
# | ||
# wm independent hotkeys | ||
# | ||
|
||
# terminal emulator | ||
super + Return | ||
alacritty | ||
|
||
# program launcher | ||
super + e | ||
rofi -show drun -theme ${HOME}/.config/rofi/style_3.rasi | ||
|
||
# make sxhkd reload its configuration files: | ||
super + Escape | ||
pkill -USR1 -x sxhkd | ||
|
||
# | ||
# berry hotkeys | ||
# | ||
|
||
alt + {Left,Down,Up,Right} | ||
berryc window_move {-50 0, 0 50, 0 -50, 50 0} | ||
|
||
super + shift + {Left,Down,Up,Right} | ||
berryc window_resize {-50 0, 0 50, 0 -50, 50 0} | ||
|
||
super + {1-6} | ||
berryc switch_workspace {1-6} | ||
|
||
super + shift + {1-6} | ||
berryc send_to_workspace {1-6} | ||
|
||
super + {Up,Down} | ||
berryc window_monocle | ||
|
||
super + f | ||
berryc fullscreen | ||
|
||
super + Right | ||
berryc snap_right | ||
|
||
super + Left | ||
berryc snap_left | ||
|
||
super + n | ||
berryc toggle_decorations | ||
|
||
super + Tab | ||
berryc cycle_focus | ||
|
||
super + q | ||
berryc window_close | ||
|
||
super + c | ||
berryc window_center | ||
|
||
~button1 | ||
berryc pointer_focus | ||
|
||
super + alt + c | ||
restart | ||
#power menu | ||
super + shift + q | ||
$HOME/.config/rofi/applets/applets/powermenu.sh | ||
#mpd menu | ||
super + space | ||
$HOME/.config/rofi/applets/applets/mpd.sh | ||
#screenshot menu | ||
$HOME/.config/rofi/applets/applets/screenshot.sh | ||
|
||
# make sxhkd reload its configuration files: | ||
super + Escape | ||
pkill -USR1 -x sxhkd | ||
|
||
# volumectl | ||
XF86Audio{RaiseVolume,LowerVolume,Mute} | ||
${HOME}/.scripts/change-volume {up,down,mute} | ||
|
||
# brightnessctl | ||
XF86MonBrightness{Down,Up} | ||
${HOME}/.scripts/change-brightness {down,up} | ||
|
||
# screenshot menu | ||
super + F1 | ||
${HOME}/.scripts/screenshot/screenshot.sh | ||
|
||
# power menu | ||
super + F4 | ||
${HOME}/.scripts/Rofi/powermenu.sh | ||
|
||
# color picker from desktop | ||
super + r | ||
${HOME}/.scripts/fun/color-picker.sh | ||
|
||
# quit/restart berry | ||
super + shift + c | ||
$HOME/.config/berry/autostart | ||
super + shift + {e} | ||
berryc {quit} | ||
|
||
# lockscreen | ||
super + l | ||
betterlockscreen -l | ||
|
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,50 @@ | ||
[global] | ||
monitor = 0 | ||
follow = mouse | ||
shrink = no | ||
padding = 20 | ||
horizontal_padding = 20 | ||
|
||
frame_width = 0 | ||
separator_height = 0 | ||
frame_color = "#151515" | ||
separator_color = "#151515" | ||
|
||
sort = no | ||
font = JetBrains Mono 11 | ||
markup = full | ||
format = "<b>%s</b>\n%b" | ||
alignment = left | ||
show_age_threshold = 60 | ||
word_wrap = yes | ||
ignore_newline = no | ||
stack_duplicates = true | ||
hide_duplicate_count = no | ||
show_indicators = yes | ||
offset = 14x54 | ||
icon_position = left | ||
max_icon_size= 60 | ||
sticky_history = no | ||
history_length = 6 | ||
title = Dunst | ||
class = Dunst | ||
corner_radius = 0 | ||
|
||
mouse_left_click = close_current | ||
mouse_middle_click = do_action | ||
mouse_right_click = close_all | ||
|
||
[urgency_low] | ||
background = "#0f0f17" | ||
foreground = "#bfc9db" | ||
timeout = 5 | ||
|
||
[urgency_normal] | ||
background = "#0f0f17" | ||
foreground = "#bfc9db" | ||
timeout = 10 | ||
|
||
[urgency_critical] | ||
background = "#0f0f17" | ||
foreground = "#bfc9db" | ||
timeout = 20 |
Oops, something went wrong.