Compare commits
4 commits
f923f7339f
...
9e9f0ec935
Author | SHA1 | Date | |
---|---|---|---|
9e9f0ec935 | |||
d9f175a710 | |||
5ea2d9d5e6 | |||
8d16da12ce |
6 changed files with 23 additions and 6 deletions
|
@ -32,7 +32,7 @@ autoSetupRemote = true
|
|||
|
||||
[alias]
|
||||
adog = log --all --decorate --oneline --graph
|
||||
l = log --format=tformat:'%C(bold magenta)%h%C(reset) %C(bold)%s%C(reset)%C(auto)%d%C(reset) %C(green)<%ar>%C(reset) %C(dim white)%aN%C(reset)'
|
||||
l = log --format=tformat:'%C(bold magenta)%h%C(reset) %C(bold)%s%C(reset)%C(auto)%d%C(reset) %C(green)%ar%C(reset) %C(dim white)%aN%C(reset)'
|
||||
lf = log --graph --format=tformat:'%C(bold yellow)%h%C(reset) %C(cyan)%aD%C(reset) %C(green)(%ar) %C(dim white)%aN%C(reset)%w(0,0,9)%n %C(bold)%s%C(auto)%+d%C(reset)%w(0,0,10)%+b'
|
||||
lg = "!f() { x=${1-6};\
|
||||
length=$(expr $x + 8);\
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
# exec-once = flameshot &
|
||||
exec = swww init
|
||||
|
||||
exec-once = dunst -conf ~/.config/hypr/dunstrc
|
||||
# exec-once = dunst -conf ~/.config/hypr/dunstrc
|
||||
exec-once = mako
|
||||
exec-once = udiskie &
|
||||
exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$mainMod = SUPER
|
||||
$term = wezterm
|
||||
$termStart = wezterm start
|
||||
# $term = alacritty
|
||||
# $termStart = alacritty
|
||||
# $term = wezterm
|
||||
# $termStart = wezterm start
|
||||
$term = alacritty
|
||||
$termStart = alacritty
|
||||
env = GRIMBLAST_EDITOR, ksnip
|
||||
|
||||
# Program binds
|
||||
|
|
|
@ -9,6 +9,9 @@ env = XCURSOR_SIZE,24
|
|||
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||
# env = GTK_THEME, Catppuccin-Mocha-Standard-Rosewater-Dark
|
||||
|
||||
debug {
|
||||
disable_logs = false
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 5
|
||||
|
|
|
@ -17,5 +17,6 @@ profile {
|
|||
profile {
|
||||
output eDP-1 mode 1920x1200 position 1920,0
|
||||
output DP-6 mode 1920x1080 position 0,0
|
||||
exec swww img -o eDP-1 ~/.config/hypr/wallpapers/current/00005-4229950720.png & swww img -o DP-6 ~/.config/hypr/wallpapers/current/00007-2215131892.png
|
||||
}
|
||||
|
||||
|
|
12
home/private_dot_config/mako/config
Normal file
12
home/private_dot_config/mako/config
Normal file
|
@ -0,0 +1,12 @@
|
|||
border-radius=5
|
||||
font=monospace 15
|
||||
|
||||
# Colors
|
||||
background-color=#1e1e2e
|
||||
text-color=#cdd6f4
|
||||
border-color=#89b4fa
|
||||
progress-color=over #313244
|
||||
|
||||
[urgency=high]
|
||||
border-color=#fab387
|
||||
|
Loading…
Reference in a new issue