93 lines
1.7 KiB
Bash
93 lines
1.7 KiB
Bash
# ------------------------------------------------------------------------------
|
|
# Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
|
|
#
|
|
# Easy Theme
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Colors
|
|
background='#252A35'
|
|
foreground='#FFFFFF'
|
|
color0='#3B4252'
|
|
color1='#BF616A'
|
|
color2='#A3BE8C'
|
|
color3='#EBCB8B'
|
|
color4='#81A1C1'
|
|
color5='#B48EAD'
|
|
color6='#88C0D0'
|
|
color7='#E5E9F0'
|
|
color8='#4C566A'
|
|
color9='#BF616A'
|
|
color10='#A3BE8C'
|
|
color11='#EBCB8B'
|
|
color12='#81A1C1'
|
|
color13='#B48EAD'
|
|
color14='#8FBCBB'
|
|
color15='#ECEFF4'
|
|
|
|
accent='#5294E2'
|
|
light_value='0.05'
|
|
dark_value='0.45'
|
|
|
|
# Wallpaper
|
|
wdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
|
wallpaper="$wdir/wallpaper"
|
|
|
|
# Polybar
|
|
polybar_font='Iosevka Nerd Font:size=12;4'
|
|
|
|
# Rofi
|
|
rofi_font='Iosevka 10'
|
|
rofi_icon='Arc-Circle'
|
|
|
|
# Terminal
|
|
terminal_font_name='JetBrainsMono Nerd Font'
|
|
terminal_font_size='12'
|
|
|
|
# Geany
|
|
geany_colors='arc.conf'
|
|
geany_font='JetBrains Mono 12'
|
|
|
|
# Appearance
|
|
gtk_font='Cantarell 12'
|
|
gtk_theme='Arc-Easy'
|
|
icon_theme='Arc-Circle'
|
|
cursor_theme='Qogirr'
|
|
|
|
# Openbox
|
|
ob_theme='Arc-Easy'
|
|
ob_layout='NLIMC'
|
|
ob_font='JetBrains Mono'
|
|
ob_font_size='12'
|
|
ob_menu='menu-minimal.xml'
|
|
ob_margin_t='0'
|
|
ob_margin_b='0'
|
|
ob_margin_l='0'
|
|
ob_margin_r='0'
|
|
|
|
# Dunst
|
|
dunst_width='350'
|
|
dunst_height='100'
|
|
dunst_offset='20x20'
|
|
dunst_origin='top-right'
|
|
dunst_font='JetBrains Mono 12'
|
|
dunst_border='2'
|
|
dunst_separator='2'
|
|
|
|
# Plank
|
|
plank_hmode='auto'
|
|
plank_offset='0'
|
|
plank_position='left'
|
|
plank_theme='Transparent'
|
|
plank_icon_size='48'
|
|
plank_zoom_percent='120'
|
|
|
|
# Picom
|
|
picom_backend='glx'
|
|
picom_corner='0'
|
|
picom_shadow_r='14'
|
|
picom_shadow_o='0.30'
|
|
picom_shadow_x='-12'
|
|
picom_shadow_y='-12'
|
|
picom_blur_method='none'
|
|
picom_blur_strength='0'
|