buncha stuff
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import = ["/home/opal/.config/alacritty/gruvbox-light.toml"]
|
||||
import = ["/home/opal/.config/alacritty/manegarm-theme.toml"]
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
size = 22
|
||||
size = 20
|
||||
|
||||
[font.normal]
|
||||
family = "Monospace"
|
||||
|
||||
26
.config/alacritty/manegarm-theme.toml
Normal file
26
.config/alacritty/manegarm-theme.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#1c1408' # matches -bg
|
||||
foreground = '#5b8512' # matches fg
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#1B2229' # matches base0
|
||||
red = '#ff4e00' # matches red
|
||||
green = '#7cb518' # matches green
|
||||
yellow = '#ffbf00' # matches yellow
|
||||
blue = '#0075c4' # matches blue
|
||||
magenta = '#d72638' # matches magenta
|
||||
cyan = '#898989' # matches cyan
|
||||
white = '#dfdfdf' # matches base8
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#1c1f24' # matches base1
|
||||
red = '#ff7000' # matches orange
|
||||
green = '#dbc077' # matches teal (sand/beige)
|
||||
yellow = '#ffbf00' # matches yellow
|
||||
blue = '#0060a1' # matches dark-blue
|
||||
magenta = '#76597b' # matches violet
|
||||
cyan = '#4f7410' # matches dark-cyan
|
||||
white = '#9ca0a4' # matches base7
|
||||
@@ -13,8 +13,8 @@
|
||||
user-mail-address "ry.orlando@proton.me")
|
||||
|
||||
;; Theme & background color
|
||||
(load-theme 'ef-eagle t)
|
||||
(set-face-background 'default "#E8D8B0")
|
||||
(load-theme 'doom-manegarm t)
|
||||
;; (set-face-background 'default "#E8D8B0")
|
||||
|
||||
;; Lockfiles
|
||||
(setq create-lockfiles nil)
|
||||
|
||||
@@ -300,7 +300,7 @@ output HDMI-A-1 pos 0 402
|
||||
output DP-4 pos 3440 0
|
||||
|
||||
# Wallpaper
|
||||
output * bg ~/.config/wallpapers/greek-ruins.jpg fill
|
||||
output * bg ~/.config/wallpapers/buddha1.jpg center #0D0703
|
||||
|
||||
# Enable/Disable extra HDMI screens
|
||||
bindsym $mod+Shift+m output "HDMI-A-1" enable
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Image
|
||||
image=~/.config/wallpapers/greek-ruins.jpg
|
||||
image=~/.config/wallpapers/buddha1.jpg
|
||||
scaling=fill
|
||||
|
||||
# Indicator
|
||||
|
||||
BIN
.config/wallpapers/buddha1.jpg
Normal file
BIN
.config/wallpapers/buddha1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 758 KiB |
BIN
.config/wallpapers/buddha2.jpg
Normal file
BIN
.config/wallpapers/buddha2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 774 KiB |
@@ -9,8 +9,8 @@
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
opacity: 0.7;
|
||||
background: #000000;
|
||||
opacity: 1;
|
||||
background: #0D0703;
|
||||
}
|
||||
|
||||
/* Specific module styles */
|
||||
|
||||
Reference in New Issue
Block a user