Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
elmerginez committed Jan 22, 2024
1 parent 17c75ea commit 1e578af
Show file tree
Hide file tree
Showing 40 changed files with 326 additions and 3,502 deletions.
65 changes: 65 additions & 0 deletions config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
live_config_reload = true

[colors.bright]
black = "#212121"
blue = "#20bbfc"
cyan = "#4fb8cc"
green = "#5fd7af"
magenta = "#6855de"
red = "#fb007a"
white = "#A5ADCE"
yellow = "#f3e430"

[colors.cursor]
cursor = "#20bbfc"
text = "#e5eafe"

[colors.normal]
black = "#212121"
blue = "#008ec4"
cyan = "#20a5ba"
green = "#10a778"
magenta = "#523c79"
red = "#c30771"
white = "#B5BFE2"
yellow = "#a89c14"

[colors.primary]
background = "#e5eafe"
foreground = "#51576d"

[cursor]
blink_interval = 550
unfocused_hollow = false

[cursor.style]
blinking = "On"
shape = "Block"

[font]
size = 8

[font.bold]
family = "JetBrainsMono Nerd Font"

[font.bold_italic]
family = "JetBrainsMono Nerd Font"

[font.italic]
family = "JetBrainsMono Nerd Font"

[font.normal]
family = "JetBrainsMono Nerd Font"
style = "Regular"

[selection]
save_to_clipboard = false

[window]
decorations = "full"
dynamic_title = true
opacity = 1.0

[window.padding]
x = 10
y = 5
72 changes: 0 additions & 72 deletions config/alacritty/alacritty.yml

This file was deleted.

26 changes: 0 additions & 26 deletions config/bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -97,32 +97,6 @@ case $RICETHEME in

theme4)

SetBspwmConf "$BSPWM_BORDER" 15 0 "#d3869b" "#d3869b" "#fbf1c7" "#b8bb26" 0 0 "$BSPWM_GAP"

killeww
launch polybar -q theme4-bar1 -c ${polydir}/config.ini
launch dunst -config ${bspdir}/dunstrc-dark

;;

theme5)

SetBspwmConf "$BSPWM_BORDER" 40 5 "#C574DD" "#C574DD" "#8897F4" "#FF4971" 5 5 "$BSPWM_GAP"

killeww
launch polybar -q theme5-bar1 -c ${polydir}/config.ini
polybar -q theme5-bar2 -c ${polydir}/config.ini &
polybar -q theme5-bar3 -c ${polydir}/config.ini &
polybar -q theme5-bar4 -c ${polydir}/config.ini &
polybar -q theme5-bar5 -c ${polydir}/config.ini &
polybar -q theme5-bar6 -c ${polydir}/config.ini &
polybar -q theme5-bar7 -c ${polydir}/config.ini &
launch dunst -config ${bspdir}/dunstrc-dark

;;

theme6)

SetBspwmConf "$BSPWM_BORDER" 5 50 "#9bced7" "#9bced7" "#c3a5e6" "#c3a5e6" 5 5 "$BSPWM_GAP"

killeww
Expand Down
19 changes: 4 additions & 15 deletions config/bspwm/scripts/HideBar
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,28 @@

function hide() {

if [[ "${RICETHEME}" == @(theme1|theme2|theme5) ]]; then
if [[ "${RICETHEME}" == @(theme1|theme2) ]]; then
polybar-msg cmd hide | bspc config top_padding 5

elif [[ "${RICETHEME}" == @(theme3|theme6) ]]; then
elif [[ "${RICETHEME}" == @(theme3|theme4) ]]; then
polybar-msg cmd hide | bspc config bottom_padding 5

elif [[ "${RICETHEME}" == theme4 ]]; then
polybar-msg cmd hide | bspc config top_padding 0
else
echo "Error: Something fails dud.."
fi
}

function unhide() {

if [[ "${RICETHEME}" == @(theme1|theme5) ]]; then
if [[ "${RICETHEME}" == @(theme1) ]]; then
polybar-msg cmd show | bspc config top_padding 40

elif [[ "${RICETHEME}" == theme2 ]]; then
polybar-msg cmd show | bspc config top_padding 40

elif [[ "${RICETHEME}" == theme4 ]]; then
polybar-msg cmd show | bspc config top_padding 15

elif [[ "${RICETHEME}" == theme3 ]]; then
polybar-msg cmd show | bspc config bottom_padding 35

elif [[ "${RICETHEME}" == theme6 ]]; then
elif [[ "${RICETHEME}" == theme4 ]]; then
polybar-msg cmd show | bspc config bottom_padding 50

else
echo "Error: Something fails dud.."

fi
}

Expand Down
14 changes: 2 additions & 12 deletions config/bspwm/scripts/ThemeSelector
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ theme1="󰔿 1"
theme2="󰔿 2"
theme3="󰔿 3"
theme4="󰔿 4"
theme5="󰔿 5"
theme6="󰔿 6"

options="$theme1\n$theme2\n$theme3\n$theme4\n$theme5\n$theme6"
options="$theme1\n$theme2\n$theme3\n$theme4"
chosen="$(printf "$options" | $rofi_command -dmenu)"
case $chosen in

Expand All @@ -30,14 +28,6 @@ chosen="$(printf "$options" | $rofi_command -dmenu)"
$theme4)
cat <<< "theme4" > ${cfg_file}
bspc wm -r
;;
$theme5)
cat <<< "theme5" > ${cfg_file}
bspc wm -r
;;
$theme6)
cat <<< "theme6" > ${cfg_file}
bspc wm -r
;;
;;
esac

2 changes: 1 addition & 1 deletion config/bspwm/scripts/ThemeSelector.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ listbox {
/*****----- Listview -----*****/
listview {
enabled: true;
columns: 3;
columns: 2;
lines: 4;
cycle: false;
dynamic: true;
Expand Down
10 changes: 0 additions & 10 deletions config/bspwm/scripts/WeatherMini

This file was deleted.

3 changes: 2 additions & 1 deletion config/bspwm/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ ctrl + super + alt + k
ctrl + super + alt + @space
~/.config/bspwm/themes/$RICETHEME/localscripts/powermenu.sh
# App Menu > Menu aplicaciones
super + alt + @space
#super + alt + @space
super + @space
~/.config/bspwm/themes/$RICETHEME/localscripts/launcher.sh

# Theme Selector > Selector de Temas
Expand Down
2 changes: 1 addition & 1 deletion config/bspwm/theme.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
theme1
theme2
Binary file removed config/bspwm/themes/theme1/walls/wallpaper2.jpg
Binary file not shown.
42 changes: 21 additions & 21 deletions config/bspwm/themes/theme4/alacrittyrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,35 +32,35 @@ font:

size: 8

# Colors (Gruvbox) Silvia Rice
# Colors (Rose-Pine Moon) Cristina Rice
colors:
primary:
background: '#282828'
foreground: '#fbf1c7'
background: '#1f1d29'
foreground: '#eaeaea'

normal:
black: '#a89984'
red: '#cc241d'
green: '#98971a'
yellow: '#d79921'
blue: '#458588'
magenta: '#b16286'
cyan: '#689d6a'
white: '#ebdbb2'
black: '#6f6e85'
red: '#ea6f91'
green: '#9bced7'
yellow: '#f1ca93'
blue: '#34738e'
magenta: '#c3a5e6'
cyan: '#eabbb9'
white: '#faebd7'

bright:
black: '#a89984'
red: '#fb4934'
green: '#b8bb26'
yellow: '#fabd2f'
blue: '#83a598'
magenta: '#d3869b'
cyan: '#8ec07c'
white: '#ebdbb2'
black: '#6f6e85'
red: '#ea6f91'
green: '#9bced7'
yellow: '#f1ca93'
blue: '#34738e'
magenta: '#c3a5e6'
cyan: '#ebbcba'
white: '#e0def4'

cursor:
cursor: '#fbf1c7'
text: '#282828'
cursor: '#c3a5e6'
text: '#1f1d29'

selection:
save_to_clipboard: false
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions config/bspwm/themes/theme4/picom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ rounded-corners-exclude = [
"window_type = 'dropdown_menu'",
"window_type = 'popup_menu'",
"window_type = 'popup'",
# "class_g = 'awesome'",
"class_g = 'Polybar'",
"class_g = 'Polybar'",
# "class_g = 'TelegramDesktop'",
# "class_g = 'firefox'",
"class_g = 'Viewnior'",
Expand Down
32 changes: 14 additions & 18 deletions config/bspwm/themes/theme4/polybar/colors.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,27 @@
####################################################
[color]

;; Dark Add FC at the beginning #FC1E1F29 for 99 transparency
bg = #202020
fg = #F1F1F1
mb = #171717
bg = #1f1d29
bg-alt = #001f1d29
fg = #eaeaea

trans = #00000000
white = #FFFFFF
black = #000000

;; Colors

red = #f7768e
pink = #FF0677
purple = #583794
blue = #7aa2f7
blue-arch = #0A9CF5
cyan = #4DD0E1
red = #ea6f91
pink = #d3869b
purple = #c3a5e6
blue = #34738e
cyan = #eabbb9
teal = #00B19F
green = #9ece6a
lime = #B9C244
yellow = #e0af68
amber = #FBC02D
orange = #E57C46
green = #9bced7
lime = #8ec07c
yellow = #f1ca93
amber = #fac33b
orange = #f08641
brown = #AC8476
grey = #8C8C8C
grey = #384148
indigo = #6C77BB
blue-gray = #6D8895

Loading

0 comments on commit 1e578af

Please sign in to comment.