Hyprland-dotfiles/CHANGELOG

150 lines
7.1 KiB
Plaintext
Raw Normal View History

2023-12-20 03:27:39 -05:00
Version 2.7
2023-12-20 07:23:34 -05:00
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.7
2023-12-14 12:24:40 -05:00
--------------------------------------------------------
2023-12-20 03:27:39 -05:00
Installation:
- Display Manager SDDM and sugar-candy theme will be installed.
- Optional display manager disablement possible
2023-12-14 12:24:40 -05:00
Hyprland:
- New Waybar Module Idle Inhibitor to deactivate the automatic start of swaylock e.g. to watch videos or for online meetings
2023-12-14 12:25:39 -05:00
- Create own customization of ML4W waybar themes: https://gitlab.com/stephan-raabe/dotfiles/-/tree/main/waybar?ref_type=heads#define-your-own-config-and-stylecss-for-a-ml4w-theme
2023-12-20 05:05:15 -05:00
- Wallpaper selector now with preview thumbnails
2023-12-20 03:27:39 -05:00
- Settings script reworked completely. Implementation of custom modules are now possible.
2023-12-20 05:05:15 -05:00
- Waybar settings module to edit some ML4W waybar themes settings on the fly
- SDDM settings module to update the SDDM background with current wallpaper
2023-12-21 05:05:20 -05:00
- All image formats are now supported for setting a wallpaper (jpg,jpeg,png,...)
2023-12-20 05:05:15 -05:00
Qtile:
- Removed wayland support due to many limitations. Installation script will rename /usr/share/wayland-sessions/qtile-wayland.session to qtile-wayland.bak to hide in sddm
2023-12-14 12:24:40 -05:00
2023-12-07 15:40:48 -05:00
Version 2.6.1
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.6.1
--------------------------------------------------------
Installation:
- Add hook.sh to modify the installation files just before the copy procedure into ~/dotfiles. Please check the README.md for more information
2023-12-13 09:38:32 -05:00
Settings Script:
- Added custom.conf which is included at the bottom of the hyprland.conf and can hold you personal configurations. Editable in the section Custom
2023-12-07 15:40:48 -05:00
Hyprland:
- Add foldable module for hardware information
- Add keyboard layout to hardware information
- Add waybar starter theme to waybar
2023-11-23 02:09:40 -05:00
Version 2.6
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.6
--------------------------------------------------------
Installation:
- Script ensures with the start that rsync and gum is installed
2023-11-26 04:44:19 -05:00
- All dialogues implemented with gum to increase usability
2023-11-23 02:09:40 -05:00
- New .dev folder with sync scripts added to sync from dotfiles-version/* to ~/dotfiles (Please check before executing)
2023-11-24 03:18:01 -05:00
- exa replaced with eza (exa not maintained anymore)
2023-11-23 02:09:40 -05:00
Hyprland:
2023-11-26 04:44:19 -05:00
- New settings cli app to change configuration variations on the fly. SUPER+CTRL+S or wheel icon in waybar.
2023-11-23 02:09:40 -05:00
- New variations for decoration and window
2023-11-26 04:44:19 -05:00
- Variations for monitor settings introduced (can be used to define a custom multi-monitor setup. Please see the Hyprland Wiki)
2023-11-23 02:09:40 -05:00
- More keybindings for function keys added
2023-11-24 03:18:01 -05:00
- New ML4W black and white Waybar Theme (+ bottom and blur version)
2023-11-23 02:09:40 -05:00
Known issues Qtile Wayland:
2023-11-26 04:44:19 -05:00
- GTK dark theme not always working
2023-11-23 02:09:40 -05:00
- Screen recording issues with OBS Studio and other applications
2023-11-17 07:48:02 -05:00
Version 2.5.1
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.5.1
--------------------------------------------------------
Installation:
- Changed from cp to rsync to sync files between folders
- Stability improvements
- New default wallpapers
2023-11-10 16:12:15 -05:00
Version 2.5
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.5
--------------------------------------------------------
Installation:
- Completely reworked script
- Can install Hyprland and/or Qtile
- Backup of existing dotfiles possible
- New optimized download of wallpapers from the repository
General:
- Script folder cleaned up and window manager scripts moved to related wm scripts folder
Hyprland:
- Show key bindings defined in ~/dotfiles/hypr/conf/keybindings.conf rofi menu. Opens with SUPER+CTRL+H or right click on Apps
- Added keybinding to toggle all windows to float and back to tiling (Doesn't work with web apps)
- Add brightness control for FN Brightness keys
- swww loading wallpaper from last session
- New Waybar Theme with blurred background
- Latest Waybar supports now persistent workspaces (set to 5 by default)
Qtile:
- Add wayland support
- New Qtile status bar theme (Qtile status bar is default theme)
- Status bar can be switch on X11 with SUPER + SHIFT + S between Qtile bar and Polybar
- swww/wal loading wallpaper from last session
- Add brightness control for FN Brightness keys
2023-11-12 11:10:00 -05:00
Known issues Qtile Wayland:
- GTK dark theme is not always working
- Screen recording issues with OBS Studio and other applications
2023-11-10 16:12:15 -05:00
2023-10-17 02:19:59 -04:00
Version 2.4
2023-10-18 11:39:51 -04:00
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.4
2023-10-17 02:19:59 -04:00
--------------------------------------------------------
- Now using sddm as Display Manager
- sddm theme sddm-sugar-dark available
- Add Waybar theme switcher (SUPER + CTRL + T)
- Add Waybar theme engine ~/dotfiles/waybar/themes
- Switch to chromium as default browser (SUPER + B)
- Brave is alternative browser (SUPER + CTRL + B)
- Default animations back to standard ~/dotfiles/conf/animations-low.conf due to compatibility reasons. Enhanced animations available in ~/dotfiles/conf/animations-high.conf
- Thunar is default file manager now due to compatibility reasons
- Default icons set to Papirus icon theme
- GTK files updated and cleaned up. gtk-4.0 added (please check the ~/dotfiles/3-dotfile.sh for required symlinks)
- Default cursor set to Bibata Modern Ice
2023-10-17 11:23:16 -04:00
- 1-install.sh checks if base-devel is installed. Required to install and compile yay
2023-10-17 02:19:59 -04:00
2023-09-25 02:53:35 -04:00
Version 2.3
2023-09-29 07:08:19 -04:00
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.3
2023-09-25 02:53:35 -04:00
--------------------------------------------------------
2023-10-02 04:17:11 -04:00
- Add clipboard manager cliphist
2023-10-01 05:22:36 -04:00
- Waybar: Add numbers to workspaces
2023-10-02 04:17:11 -04:00
- Waybar: Add icon for wallpaper selection
- Waybar: Add cliphist icon (click = open, right-click = delete item, middle-click = clear data)
2023-10-01 05:22:36 -04:00
- Screenshots: Add swappy
- Icons: Changed to Kora Icon Theme
2023-10-02 04:17:11 -04:00
- Rofi: New Layout featuring current wallpaper as a background for launcher, cliphist and wallpaper selection
2023-10-01 05:22:36 -04:00
- Update Wallpaper: Add random transition effects
- Hyprland: Exclude configurations files into dedicated files in hypr/conf/ directory
- Hyprland: New window animations (in hypr/conf/)
2023-09-25 02:53:35 -04:00
2023-09-14 08:34:08 -04:00
Version 2.2
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.2
--------------------------------------------------------
- Bugfix: /gtk/gtk-3.0/bookmarks removed from repository
2023-09-20 07:09:50 -04:00
- Bugfix: Added cursor definition to hyprland.conf
- + more smaller fixes
- Login: Move issue into login directory
2023-09-14 08:34:08 -04:00
- Hyprland: Prefer dark theme for gtk3 applications e.g., nautilus
2023-09-18 13:13:36 -04:00
- Hyprland: Add keybinding for filemanager.sh SUPER, CTRL, F to start nautilus (if installed) or thunar
- Installation: Add nautilus package to become new default file manager
2023-09-18 13:46:41 -04:00
- Hyprland install script: Add swayidle to 2-install-hyprland.sh
2023-09-18 13:13:36 -04:00
- Waybar: Add quickstart icon for filemanager.sh
2023-09-14 08:34:08 -04:00
- Waybar: Style improvements
2023-09-18 15:03:03 -04:00
- Dunst: Add white border around notifications
2023-09-21 08:26:21 -04:00
- wlogout: Add new white icons and optimized style with pywal
- Hyprland: Add keybind to passthrough SUPERKEY to Virtual Machine
- Grim: Removed first option in the script for selected window
2023-09-12 09:19:47 -04:00
2023-09-14 08:34:08 -04:00
Version 2.1
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.1
--------------------------------------------------------
- Several bugfixes
- Updates custom waybar module to check available packages for updates (pacman and aur) plus color theme for number of available packages (waybar/modules.json)
- New installupdates script with Timeshift integration. Ask for name for the Timeshift before starting the updates (scripts/installupdates.sh)
- Waybar: Pywal colors for waybar now with relative link into ./cache/wal/ (waybar/style.css)