diff --git a/.config/albert/config b/.config/albert/config index bb639a6..18d6bd7 100644 --- a/.config/albert/config +++ b/.config/albert/config @@ -25,6 +25,7 @@ enabled=true [clipboard] enabled=true persistent=true +trigger=" " [files] enabled=false @@ -87,6 +88,9 @@ command_reboot=reboot enabled=true trigger=sys +[timer] +enabled=true + [triggers] trigger=? diff --git a/.config/colors/colors.css b/.config/colors/colors.css new file mode 100644 index 0000000..9353b0e --- /dev/null +++ b/.config/colors/colors.css @@ -0,0 +1,18 @@ +/* Swaync */ +@define-color active #ec775c; +@define-color background_dark #1c2128; +@define-color background_light #22272e; +@define-color background_transparent alpha(#18191c, 0.7); +@define-color foreground #e4e8ed; +@define-color border #444C56; +@define-color alert #ea4545; + + +/* Waybar */ +@define-color foreground #e4e8ed; +@define-color background #18191c; + +/* @define-color accentColor #b6c8d3; */ +@define-color accentColor #ec775c; + +@define-color charging #6bc46d; \ No newline at end of file diff --git a/.config/colors/hyprland.conf b/.config/colors/hyprland.conf index e69de29..a49eee5 100644 --- a/.config/colors/hyprland.conf +++ b/.config/colors/hyprland.conf @@ -0,0 +1,2 @@ +$active_color = rgba(98C1D9FF) +$inactive_color = rgba(595959aa) diff --git a/.config/colors/swaync.css b/.config/colors/swaync.css deleted file mode 100644 index d9bb2bd..0000000 --- a/.config/colors/swaync.css +++ /dev/null @@ -1,20 +0,0 @@ -@define-color foreground #f5dbb0; -@define-color background #0C0D0F; -@define-color cursor #f5dbb0; - -@define-color color0 #0C0D0F; -@define-color color1 #9A6130; -@define-color color2 #95725E; -@define-color color3 #D68A38; -@define-color color4 #B48666; -@define-color color5 #D69B64; -@define-color color6 #F1B268; -@define-color color7 #f5dbb0; -@define-color color8 #ab997b; -@define-color color9 #FF0000; -@define-color color10 #95725E; -@define-color color11 #D68A38; -@define-color color12 #B48666; -@define-color color13 #D69B64; -@define-color color14 #F1B268; -@define-color color15 #f5dbb0; diff --git a/.config/colors/waybar.css b/.config/colors/waybar.css deleted file mode 100644 index 753ec3e..0000000 --- a/.config/colors/waybar.css +++ /dev/null @@ -1,7 +0,0 @@ -@define-color foreground #e4e8ed; -@define-color background #18191c; - -/* @define-color accentColor #b6c8d3; */ -@define-color accentColor #ec775c; - -@define-color charging #6bc46d; \ No newline at end of file diff --git a/.config/hypr/config/appearance.conf b/.config/hypr/config/appearance.conf index 1cde4b5..156968f 100644 --- a/.config/hypr/config/appearance.conf +++ b/.config/hypr/config/appearance.conf @@ -3,9 +3,7 @@ ##################### # Refer to https://wiki.hyprland.org/Configuring/Variables/ - -$active_color = rgba(98C1D9FF) -$inactive_color = rgba(595959aa) +source = ~/.config/hypr/config/colors.conf # https://wiki.hyprland.org/Configuring/Variables/#general general { @@ -167,6 +165,23 @@ windowrule=nodim,class:^(albert)$ windowrule=pseudo, class:(org.prismlauncher.PrismLauncher) windowrule=size 65% 70%, class:(org.prismlauncher.PrismLauncher), title:^(Prism Launcher .*)$ +# Nautilus +windowrule=pseudo, class:(org.gnome.Nautilus) +windowrule=size 65% 70%, class:(org.gnome.Nautilus) initialTitle:^(Loading…)$ + +# Kitty +#windowrule=pseudo, class:(kitty) +#windowrule=size 80% 80%, class:(kitty) + +# Vivado +## Loading screen +windowrule=float, class:(ui-PlanAhead) +windowrule=size 397 295, class:(ui-PlanAhead) title:^(win0)$ +windowrule=center, class:(ui-PlanAhead) +## Main window +windowrule=tile, class:(Vivado) + + # TODO Automatically fullscreen single apps # - Seems impossible for now (try mixing with workspace rules) diff --git a/.config/hypr/config/colors.conf b/.config/hypr/config/colors.conf new file mode 120000 index 0000000..9c22e2b --- /dev/null +++ b/.config/hypr/config/colors.conf @@ -0,0 +1 @@ +../../colors/hyprland.conf \ No newline at end of file diff --git a/.config/hypr/config/environment.conf b/.config/hypr/config/environment.conf index 13d0682..f0b8fdf 100644 --- a/.config/hypr/config/environment.conf +++ b/.config/hypr/config/environment.conf @@ -21,6 +21,10 @@ exec-once = ~/.config/hypr/scripts/autostart.sh # Or execute your favorite apps at launch like this: # exec-once = firefox +# Testing clipboard managers +exec-once = wl-paste --type text --watch cliphist store # Stores only text data +exec-once = wl-paste --type image --watch cliphist store # Stores only image data + ############################# ### ENVIRONMENT VARIABLES ### diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f697b0b..286e0eb 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -9,7 +9,7 @@ source = ~/.config/hypr/config/monitors/mirror.conf source = ~/.config/hypr/config/environment.conf source = ~/.config/hypr/config/input.conf -source = ~/.config/hypr/config/kb_layouts/fr.conf +source = ~/.config/hypr/config/kb_layouts/us.conf source = ~/.config/hypr/config/appearance.conf source = ~/.config/hypr/config/plugins.conf #source = ~/.config/hypr/config/fast-mod.conf diff --git a/.config/hypr/images/wallpaper.jpg b/.config/hypr/images/wallpaper.jpg index 4c4c456..fb968de 100644 Binary files a/.config/hypr/images/wallpaper.jpg and b/.config/hypr/images/wallpaper.jpg differ diff --git a/.config/hypr/status/kb_layout b/.config/hypr/status/kb_layout index 717280a..2c4c454 100644 --- a/.config/hypr/status/kb_layout +++ b/.config/hypr/status/kb_layout @@ -1 +1 @@ -fr \ No newline at end of file +en \ No newline at end of file diff --git a/.config/swaync/colors.css b/.config/swaync/colors.css deleted file mode 100644 index d9bb2bd..0000000 --- a/.config/swaync/colors.css +++ /dev/null @@ -1,20 +0,0 @@ -@define-color foreground #f5dbb0; -@define-color background #0C0D0F; -@define-color cursor #f5dbb0; - -@define-color color0 #0C0D0F; -@define-color color1 #9A6130; -@define-color color2 #95725E; -@define-color color3 #D68A38; -@define-color color4 #B48666; -@define-color color5 #D69B64; -@define-color color6 #F1B268; -@define-color color7 #f5dbb0; -@define-color color8 #ab997b; -@define-color color9 #FF0000; -@define-color color10 #95725E; -@define-color color11 #D68A38; -@define-color color12 #B48666; -@define-color color13 #D69B64; -@define-color color14 #F1B268; -@define-color color15 #f5dbb0; diff --git a/.config/swaync/colors.css b/.config/swaync/colors.css new file mode 120000 index 0000000..7f068e1 --- /dev/null +++ b/.config/swaync/colors.css @@ -0,0 +1 @@ +../colors/colors.css \ No newline at end of file diff --git a/.config/waybar/colors.css b/.config/waybar/colors.css deleted file mode 100644 index 753ec3e..0000000 --- a/.config/waybar/colors.css +++ /dev/null @@ -1,7 +0,0 @@ -@define-color foreground #e4e8ed; -@define-color background #18191c; - -/* @define-color accentColor #b6c8d3; */ -@define-color accentColor #ec775c; - -@define-color charging #6bc46d; \ No newline at end of file diff --git a/.config/waybar/colors.css b/.config/waybar/colors.css new file mode 120000 index 0000000..7f068e1 --- /dev/null +++ b/.config/waybar/colors.css @@ -0,0 +1 @@ +../colors/colors.css \ No newline at end of file diff --git a/.zshrc b/.zshrc index 0b9096b..1dcd74b 100644 --- a/.zshrc +++ b/.zshrc @@ -85,6 +85,7 @@ alias hyprcfg='vim ~/.config/hypr/' alias zcfg='$EDITOR ~/.zshrc' alias icat='kitten icat' alias nv='nvim' +alias hx='helix' alias cg='cargo' alias rqr='rust-quick-run.sh' alias vm='quickemu --vm *.conf'