More catppuccin
This commit is contained in:
parent
d4e17c4459
commit
88290c4f10
|
@ -1,4 +1,4 @@
|
|||
theme = "catppuccin_mocha"
|
||||
theme = "custom"
|
||||
|
||||
[editor]
|
||||
auto-pairs = false
|
||||
|
|
2
common/helix/themes/custom.toml
Normal file
2
common/helix/themes/custom.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
inherits = "catppuccin_mocha"
|
||||
"ui.bufferline.active" = { fg = "sapphire", bg = "base", underline = { color = "sapphire", style = "" } }
|
|
@ -49,8 +49,6 @@ config.keys = {
|
|||
},
|
||||
}
|
||||
|
||||
-- 😋
|
||||
-- -> => ==>
|
||||
-- -* ** :: >> |>
|
||||
config.default_gui_startup_args = { 'connect', 'unix' }
|
||||
|
||||
return config
|
||||
|
|
|
@ -41,3 +41,4 @@ paru -Sy --needed \
|
|||
pipewire pipewire-pulse wireplumber `# Audio System` \
|
||||
xdg-desktop-portal xdg-desktop-portal-wlr `# Screensharing` \
|
||||
obs-studio `# Audio and Video Streaming` \
|
||||
eww-wayland `# Wayland Widgets`
|
||||
|
|
|
@ -7,7 +7,7 @@ monitor=DP-3,3840x2160@120,1440x0,1,bitdepth,10
|
|||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = kitty & firefox & wezterm & hyprpaper & mako & /usr/lib/polkit-kde-authentication-agent-1 & waybar
|
||||
exec-once = firefox & wezterm & hyprpaper & mako & /usr/lib/polkit-kde-authentication-agent-1 & waybar
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
@ -18,12 +18,12 @@ env = XCURSOR_SIZE,24
|
|||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
# kb_variant =
|
||||
# kb_model =
|
||||
# kb_options =
|
||||
# kb_rules =
|
||||
|
||||
follow_mouse = 0
|
||||
follow_mouse = 2
|
||||
|
||||
repeat_delay = 200
|
||||
repeat_rate = 60
|
||||
|
@ -117,8 +117,8 @@ $mainMod = SUPER
|
|||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, wezterm
|
||||
bind = $mainMod, U, exec, firefox
|
||||
bind = $mainMod, ret, exec, kitty
|
||||
bind = $mainMod, return, exec, kitty
|
||||
bind = $mainMod, ret, exec, wezterm
|
||||
bind = $mainMod, return, exec, wezterm
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, dolphin
|
||||
|
|
4
os/linux/hypr/hyprpaper.conf
Normal file
4
os/linux/hypr/hyprpaper.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
preload = ~/../img/walls/orange-blue-cube.jpg
|
||||
wallpaper = DP-1,~/../img/walls/orange-blue-cube.jpg
|
||||
wallpaper = DP-2,~/../img/walls/orange-blue-cube.jpg
|
||||
wallpaper = DP-3,~/../img/walls/orange-blue-cube.jpg
|
|
@ -1,7 +1,8 @@
|
|||
max-visible=5
|
||||
default-timeout=30000
|
||||
font=IosevkaLyteTerm Regular 12, Symbols Nerd Font 12
|
||||
font=Symbols Nerd Font 12,IosevkaLyteTerm 12
|
||||
default-timeout=15000
|
||||
border-size=1
|
||||
|
||||
# theme src: https://github.com/catppuccin/mako/blob/main/src/mocha
|
||||
# Colors
|
||||
|
|
Reference in a new issue