Compare commits
No commits in common. "9e9f0ec935e13939f57a7f04e324dbcec981c3ae" and "f923f7339f66adbd15a973540d4109e855b35438" have entirely different histories.
9e9f0ec935
...
f923f7339f
6 changed files with 6 additions and 23 deletions
|
@ -32,7 +32,7 @@ autoSetupRemote = true
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
adog = log --all --decorate --oneline --graph
|
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'
|
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};\
|
lg = "!f() { x=${1-6};\
|
||||||
length=$(expr $x + 8);\
|
length=$(expr $x + 8);\
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
# exec-once = flameshot &
|
# exec-once = flameshot &
|
||||||
exec = swww init
|
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 = udiskie &
|
||||||
exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
|
exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
# $term = wezterm
|
$term = wezterm
|
||||||
# $termStart = wezterm start
|
$termStart = wezterm start
|
||||||
$term = alacritty
|
# $term = alacritty
|
||||||
$termStart = alacritty
|
# $termStart = alacritty
|
||||||
env = GRIMBLAST_EDITOR, ksnip
|
env = GRIMBLAST_EDITOR, ksnip
|
||||||
|
|
||||||
# Program binds
|
# Program binds
|
||||||
|
|
|
@ -9,9 +9,6 @@ env = XCURSOR_SIZE,24
|
||||||
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||||
# env = GTK_THEME, Catppuccin-Mocha-Standard-Rosewater-Dark
|
# env = GTK_THEME, Catppuccin-Mocha-Standard-Rosewater-Dark
|
||||||
|
|
||||||
debug {
|
|
||||||
disable_logs = false
|
|
||||||
}
|
|
||||||
|
|
||||||
general {
|
general {
|
||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
|
|
|
@ -17,6 +17,5 @@ profile {
|
||||||
profile {
|
profile {
|
||||||
output eDP-1 mode 1920x1200 position 1920,0
|
output eDP-1 mode 1920x1200 position 1920,0
|
||||||
output DP-6 mode 1920x1080 position 0,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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
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