From e6fd1468a95ca7d2b976257776e3655f1572da95 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 3 Nov 2023 17:32:52 +0100 Subject: reduced font size --- config/wayland/waybar/styles/base16.css | 4 +--- config/wayland/waybar/styles/colors/colors.css | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'config/wayland') diff --git a/config/wayland/waybar/styles/base16.css b/config/wayland/waybar/styles/base16.css index c9e3170..639b590 100644 --- a/config/wayland/waybar/styles/base16.css +++ b/config/wayland/waybar/styles/base16.css @@ -17,7 +17,7 @@ border-radius: 0; font-family: monospace; font-weight: bold; - font-size: 14px; + font-size: 12px; min-height: 24px; } @@ -90,8 +90,6 @@ window#waybar.PCSX2 #window { #workspaces button.active, #tags button.focused { background-color: @color6; - border-bottom: 6px solid @color4; - } #workspaces button:hover, #tags button:hover { diff --git a/config/wayland/waybar/styles/colors/colors.css b/config/wayland/waybar/styles/colors/colors.css index 2a2c2fa..801cf92 120000 --- a/config/wayland/waybar/styles/colors/colors.css +++ b/config/wayland/waybar/styles/colors/colors.css @@ -1 +1 @@ -/home/aluc/.cache/wal/colors-waybar.css \ No newline at end of file +colors-nord \ No newline at end of file -- cgit v1.2.3 From 22925780cd9ea447d297ddd432fcd70010ed5baf Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 3 Nov 2023 17:37:13 +0100 Subject: settle for nord theme --- config/wayland/waybar/configs/hyprland.jsonc | 2 +- config/wayland/waybar/style.css | 2 +- config/wayland/waybar/styles/nord.css | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) (limited to 'config/wayland') diff --git a/config/wayland/waybar/configs/hyprland.jsonc b/config/wayland/waybar/configs/hyprland.jsonc index cd24d14..9d60915 100644 --- a/config/wayland/waybar/configs/hyprland.jsonc +++ b/config/wayland/waybar/configs/hyprland.jsonc @@ -23,7 +23,7 @@ "interval": 10, }, "hyprland/window": { - "format": "{}", + "format": " {}", "separate-outputs": true, }, "pulseaudio": { diff --git a/config/wayland/waybar/style.css b/config/wayland/waybar/style.css index b5a6cf9..76f49ff 120000 --- a/config/wayland/waybar/style.css +++ b/config/wayland/waybar/style.css @@ -1 +1 @@ -styles/base16.css \ No newline at end of file +styles/nord.css \ No newline at end of file diff --git a/config/wayland/waybar/styles/nord.css b/config/wayland/waybar/styles/nord.css index efd0e81..ec2ad2b 100644 --- a/config/wayland/waybar/styles/nord.css +++ b/config/wayland/waybar/styles/nord.css @@ -40,7 +40,6 @@ window#waybar.PCSX2 #window { margin-left: 8px; padding-left: 16px; padding-right: 16px; - border-radius: 26px; } #workspaces, #mpd, #battery, @@ -48,6 +47,7 @@ window#waybar.PCSX2 #window { margin-top: 4px; margin-bottom: 2px; transition: none; + border-radius: 6px; } #battery { @@ -57,7 +57,6 @@ window#waybar.PCSX2 #window { #workspaces { margin-left: 12px; - border-radius: 26px; background: #2e3440; } @@ -122,7 +121,6 @@ window#waybar.PCSX2 #window { margin-right: 12px; padding-left: 16px; padding-right: 16px; - border-radius: 26px; color: #d8dee9; background: #2e3440; } -- cgit v1.2.3 From 0b45ce4ef43d67c3aa1fc09ae22f0dd69d7b269f Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 3 Nov 2023 17:41:51 +0100 Subject: changed color --- config/wayland/waybar/styles/nord.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/wayland') diff --git a/config/wayland/waybar/styles/nord.css b/config/wayland/waybar/styles/nord.css index ec2ad2b..3b7b7f6 100644 --- a/config/wayland/waybar/styles/nord.css +++ b/config/wayland/waybar/styles/nord.css @@ -68,7 +68,8 @@ window#waybar.PCSX2 #window { } #workspaces button.active { - color: #5e81ac; + color: #a3be8c; + text-shadow: 0px 0px 1px #a3be8c; } #workspaces button:hover { -- cgit v1.2.3 From ba5d1c1cb72117ad93222a99fca6708f5d9e4440 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 3 Nov 2023 17:42:13 +0100 Subject: make keybinds more universal --- config/wayland/hypr/binds.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'config/wayland') diff --git a/config/wayland/hypr/binds.conf b/config/wayland/hypr/binds.conf index 19c1c8d..0416a2a 100644 --- a/config/wayland/hypr/binds.conf +++ b/config/wayland/hypr/binds.conf @@ -11,19 +11,19 @@ bind = $mainMod, F, togglefloating, bind = $mainMod SHIFT, P, pseudo bind = $mainMod, S, togglesplit -bind = $mainMod, E, focusmonitor, +1 -bind = $mainMod, W, focusmonitor, -1 +bind = $mainMod, COMMA, focusmonitor, +1 +bind = $mainMod, PERIOD, focusmonitor, -1 binde = $mainMod, H, movefocus, l binde = $mainMod, J, movefocus, d binde = $mainMod, K, movefocus, u binde = $mainMod, L, movefocus, r binde = $mainMod, SPACE, swapnext -bind = $mainMod SHIFT, E, movewindow, mon:+1 -bind = $mainMod SHIFT, W, movewindow, mon:-1 -bind = $mainMod CTRL, E, movewindow, mon:+1 -bind = $mainMod CTRL, E, focusmonitor, -1 -bind = $mainMod CTRL, W, movewindow, mon:-1 -bind = $mainMod CTRL, W, focusmonitor, +1 +bind = $mainMod SHIFT, PERIOD, movewindow, mon:+1 +bind = $mainMod SHIFT, COMMA, movewindow, mon:-1 +bind = $mainMod CTRL, PERIOD, movewindow, mon:+1 +bind = $mainMod CTRL, PERIOD, focusmonitor, -1 +bind = $mainMod CTRL, COMMA, movewindow, mon:-1 +bind = $mainMod CTRL, COMMA, focusmonitor, +1 binde = $mainMod SHIFT, H, resizeactive, -60 0 binde = $mainMod SHIFT, J, resizeactive, 0 60 -- cgit v1.2.3 From c508a980ae4a6bffc5e968e2570118ae265fe46b Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 3 Nov 2023 18:01:32 +0100 Subject: added keybind --- config/wayland/hypr/binds.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/wayland') diff --git a/config/wayland/hypr/binds.conf b/config/wayland/hypr/binds.conf index 0416a2a..226fd24 100644 --- a/config/wayland/hypr/binds.conf +++ b/config/wayland/hypr/binds.conf @@ -69,12 +69,13 @@ bind = $mainMod, mouse_up, workspace, e-1 bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow +bind = $mainMod, B, exec, $BROWSER +bind = $mainMod, E, exec, emacs + bind = $mainMod, A, submap, apps submap = apps bind = $mainMod, D, exec, discord bind = , D, exec, discord -bind = $mainMod, B, exec, $BROWSER -bind = , B, exec, $BROWSER bind = $mainMod, G, exec, gml bind = , G, exec, gml source = ./reset-submap.conf -- cgit v1.2.3 From afcc4905b9cd529f29c951c4cead54c6438e4706 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 5 Nov 2023 00:44:43 +0100 Subject: use emacsclient --- config/wayland/hypr/binds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/wayland') diff --git a/config/wayland/hypr/binds.conf b/config/wayland/hypr/binds.conf index 226fd24..251ce69 100644 --- a/config/wayland/hypr/binds.conf +++ b/config/wayland/hypr/binds.conf @@ -70,7 +70,7 @@ bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow bind = $mainMod, B, exec, $BROWSER -bind = $mainMod, E, exec, emacs +bind = $mainMod, E, exec, emacsclient -c -a 'emacs' bind = $mainMod, A, submap, apps submap = apps -- cgit v1.2.3 From 694813e05187b5ccf144425c4bad6f5ab4f92234 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 6 Nov 2023 08:21:05 +0100 Subject: ERASE THIS --- config/X/x11/xinitrc | 1 + config/common/mpv/input.conf | 3 +++ config/essentials/zsh/aliases.sh | 3 ++- config/wayland/dwl/startup.sh | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) (limited to 'config/wayland') diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index 4eb34ed..beb33f2 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -27,6 +27,7 @@ xmodmap -e "keycode 135 = Super_L" xautolock -time 5 -locker slock & gammastep -m randr & slstatus & +emacs --daemon & eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents gpg,ssh)" unclutter --timeout 3 --jitter 50 -b exec startdwm diff --git a/config/common/mpv/input.conf b/config/common/mpv/input.conf index 295dd4d..dd2674f 100644 --- a/config/common/mpv/input.conf +++ b/config/common/mpv/input.conf @@ -204,3 +204,6 @@ Alt+c cycle sub-visibility # Toggle subtitles v cycle audio # switch audio track V cycle audio # switch audio track ctrl+l cycle-values loop-file "inf" "no" # toggle infinite looping + +# Keep open after exit +P cycle keep-open up diff --git a/config/essentials/zsh/aliases.sh b/config/essentials/zsh/aliases.sh index 0da835a..10e6c23 100644 --- a/config/essentials/zsh/aliases.sh +++ b/config/essentials/zsh/aliases.sh @@ -265,6 +265,7 @@ alias czo='cd ~/zot/' alias cdpw='cd ${PASSWORD_STORE_DIR:-~/.password-store}' alias cdng='cd /etc/nginx' alias cdrs='cd /srv/' +alias cdv='cd ~/vids' alias god='cd "$(find . -mindepth 1 -maxdepth 1 -type d | fzf)"' # fzf aliases @@ -272,7 +273,6 @@ alias ppj='cd ~/proj/personal/"$(find ~/proj/personal -mindepth 1 -maxdepth 1 -t alias ppjs='cd ~/proj/personal/scripts/"$(find ~/proj/personal/scripts -mindepth 1 -maxdepth 1 -type d -printf "%f\n" | fzf)"' alias scr='edit_in_dir ~/proj/personal/scripts/' alias fil='edit_in_dir ~/docs/filios/' -alias cfg='edit_in_dir ~/src/dotfiles' alias fzps='ps aux | tail +2 | fzf | tee /dev/stderr | awk '\''{print $2}'\'' | clipp' alias asf='alias | fzf' alias fzh="tac $HISTFILE | fzf | tee /dev/stderr | clipp" @@ -300,6 +300,7 @@ alias dbsmu='rsync -aPz db:/media/basilisk/music/ /media/kilimanjaro/music' # oh-my-zsh git aliases alias config='GIT_WORK_TREE=~/src/dotfiles/ GIT_DIR=~/src/dotfiles/.git' +alias cfg='$EDITOR ~/src/dotfiles/"$(config git ls-files | fzf || exit)"' alias gmod='git status --short | sed '\''/^\s*M/!d;s/^\s*M\s*//'\'' | fzf | xargs $EDITOR' alias g='git' alias ga='git add' diff --git a/config/wayland/dwl/startup.sh b/config/wayland/dwl/startup.sh index d743f19..8817ad2 100755 --- a/config/wayland/dwl/startup.sh +++ b/config/wayland/dwl/startup.sh @@ -10,6 +10,7 @@ swaybg -i ~/pics/wallpaper & wl-paste --watch cliphist store & swayidle 300 locker & keyadd id_rsa & +emacs --daemon & pkill -f "tail -f $HOME/.config/wob/pipe" WOBCONFIG="$HOME"/.config/wob -- cgit v1.2.3