Commit fd330ea
Changed files (3)
.config
ghostty
rofi
.wraith
theme
.config/ghostty/config
@@ -1,5 +1,5 @@
-theme = Catppuccin Mocha
-
+#theme = Catppuccin Mocha
+theme = Matugen
keybind = ctrl+shift+w=close_surface
keybind = ctrl+shift+e=new_split:right
keybind = ctrl+shift+o=new_split:down
@@ -7,9 +7,9 @@ keybind = ctrl+shift+r=reload_config
keybind = ctrl+shift+i=unbind
font-family = Hack Nerd Font Propo
-background-opacity = 0.97
+background-opacity = 0.81
-cursor-color = #b4befe
+#cursor-color = #b4befe
custom-shader = cursor_smear.glsl
cursor-style = bar
cursor-style-blink = true
@@ -21,4 +21,3 @@ term = xterm-ghostty
mouse-hide-while-typing = true
command = /bin/zsh -c "tmux new"
-
.config/rofi/wraith-template.rasi
@@ -70,16 +70,9 @@ element {
border-radius: 7px;
}
-element normal active {
- text-color: @surface;
-}
-
-element alternate active {
- text-color: @surface;
-}
-
element selected normal, element selected active {
- background-color: @on-surface;
+ background-color: @primary-fixed-dim;
+ text-color: @surface;
}
element-icon {
.wraith/theme/scripts.rofi.rasi
@@ -1,4 +1,5 @@
@import "wraith-theme.rasi"
+@import "~/.config/rofi/colors.rasi"
mainbox {
padding: 10px;
@@ -8,9 +9,20 @@ mainbox {
inputbar {
enabled:false;
padding:0px;
+ margin: 0px;
}
element {
padding: 10px 0px;
spacing: 0px;
}
+
+message {
+ border-radius: 0px;
+ margin: 0px;
+ padding: 0px;
+ border: 0px 0px 1px 0px;
+ border-color: @primary-fixed-dim;
+ background-color: transparent;
+}
+