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]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 22
|
size = 20
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "Monospace"
|
family = "Monospace"
|
||||||
|
|||||||
@@ -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")
|
user-mail-address "ry.orlando@proton.me")
|
||||||
|
|
||||||
;; Theme & background color
|
;; Theme & background color
|
||||||
(load-theme 'ef-eagle t)
|
(load-theme 'doom-manegarm t)
|
||||||
(set-face-background 'default "#E8D8B0")
|
;; (set-face-background 'default "#E8D8B0")
|
||||||
|
|
||||||
;; Lockfiles
|
;; Lockfiles
|
||||||
(setq create-lockfiles nil)
|
(setq create-lockfiles nil)
|
||||||
|
|||||||
+1
-1
@@ -300,7 +300,7 @@ output HDMI-A-1 pos 0 402
|
|||||||
output DP-4 pos 3440 0
|
output DP-4 pos 3440 0
|
||||||
|
|
||||||
# Wallpaper
|
# Wallpaper
|
||||||
output * bg ~/.config/wallpapers/greek-ruins.jpg fill
|
output * bg ~/.config/wallpapers/buddha1.jpg center #0D0703
|
||||||
|
|
||||||
# Enable/Disable extra HDMI screens
|
# Enable/Disable extra HDMI screens
|
||||||
bindsym $mod+Shift+m output "HDMI-A-1" enable
|
bindsym $mod+Shift+m output "HDMI-A-1" enable
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Image
|
# Image
|
||||||
image=~/.config/wallpapers/greek-ruins.jpg
|
image=~/.config/wallpapers/buddha1.jpg
|
||||||
scaling=fill
|
scaling=fill
|
||||||
|
|
||||||
# Indicator
|
# Indicator
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 758 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 774 KiB |
@@ -9,8 +9,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
opacity: 0.7;
|
opacity: 1;
|
||||||
background: #000000;
|
background: #0D0703;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Specific module styles */
|
/* Specific module styles */
|
||||||
|
|||||||
Reference in New Issue
Block a user