Merge branch 'master' of git.opal.sh:opal/opalfiles

This commit is contained in:
2024-08-09 08:46:37 -07:00
4 changed files with 36 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
import = ["/home/opal/.config/alacritty/gruvbox-material.toml"]
import = ["/home/opal/.config/alacritty/gruvbox-material-hard-dark.toml"]
[env]
TERM = "xterm-256color"
@@ -7,7 +7,7 @@ TERM = "xterm-256color"
size = 15
[font.normal]
family = "Hack"
family = "Terminus"
style = "Regular"
[font.offset]

View File

@@ -0,0 +1,29 @@
# Colors (Gruvbox Material Hard Dark)
# Default colors
[colors.primary]
background = '#1d2021'
foreground = '#d4be98'
# Normal colors
[colors.normal]
black = '#32302f'
red = '#ea6962'
green = '#a9b665'
yellow = '#d8a657'
blue = '#7daea3'
magenta = '#d3869b'
cyan = '#89b482'
white = '#d4be98'
# Bright colors (same as normal colors)
[colors.bright]
black = '#32302f'
red = '#ea6962'
green = '#a9b665'
yellow = '#d8a657'
blue = '#7daea3'
magenta = '#d3869b'
cyan = '#89b482'
white = '#d4be98'

View File

@@ -1,11 +0,0 @@
(defwidget greeter [?text name]
(box :orientation "horizontal"
:halign "center"
text
(button :onclick "notify-send 'Hello' 'Hello, ${name}'"
"Greet")))
(defwindow example
; ... values omitted
(greeter :text "Say hello!"
:name "Tim")

View File

@@ -2,7 +2,7 @@
* {
border: none;
border-radius: 0;
font-family: "Iosevka Fixed", "Font Awesome 6 Free";
font-family: "Terminus", "Font Awesome 6 Free";
font-size: 15px;
min-height: 0;
color: #bebebe;
@@ -32,7 +32,7 @@ window#waybar {
}
#mode {
font-family: "Iosevka";
font-family: "Terminus";
color: black;
background: white;
}
@@ -73,15 +73,15 @@ window#waybar {
}
#clock {
font-family: Manjari;
font-family: Terminus;
}
#custom-weather {
font-family: Manjari;
font-family: Terminus;
}
#custom-music {
font-family: Manjari;
font-family: Terminus;
}
#custom-wlsunset {}