Updates
This commit is contained in:
parent
2511d431bc
commit
95660eebc2
@ -1 +1 @@
|
||||
version="2.6RC"
|
||||
version="2.6"
|
||||
|
@ -3,19 +3,19 @@ https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.6
|
||||
--------------------------------------------------------
|
||||
Installation:
|
||||
- Script ensures with the start that rsync and gum is installed
|
||||
- All dialogues implememted with gum to increase usability
|
||||
- All dialogues implemented with gum to increase usability
|
||||
- New .dev folder with sync scripts added to sync from dotfiles-version/* to ~/dotfiles (Please check before executing)
|
||||
- exa replaced with eza (exa not maintained anymore)
|
||||
|
||||
Hyprland:
|
||||
- New settings cli app to change variations on the fly. SUPER+CTRL+S or wheel icon in waybar.
|
||||
- New settings cli app to change configuration variations on the fly. SUPER+CTRL+S or wheel icon in waybar.
|
||||
- New variations for decoration and window
|
||||
- Variations for monitor settings introduced
|
||||
- Variations for monitor settings introduced (can be used to define a custom multi-monitor setup. Please see the Hyprland Wiki)
|
||||
- More keybindings for function keys added
|
||||
- New ML4W black and white Waybar Theme (+ bottom and blur version)
|
||||
|
||||
Known issues Qtile Wayland:
|
||||
- GTK dark theme is not always working
|
||||
- GTK dark theme not always working
|
||||
- Screen recording issues with OBS Studio and other applications
|
||||
|
||||
Version 2.5.1
|
||||
|
21
README.md
21
README.md
@ -1,4 +1,4 @@
|
||||
# ML4W dotfiles 2.6RC
|
||||
# ML4W dotfiles 2.6
|
||||
|
||||
This is my configuration of Hyprland (Wayland) and Qtile (Xorg & Wayland).
|
||||
This package includes an installation script to install and setup the required components.
|
||||
@ -34,6 +34,25 @@ cd dotfiles
|
||||
# 4.) Start the installation
|
||||
./install.sh
|
||||
|
||||
```
|
||||
### Update with GIT (Rolling Release of main branch)
|
||||
|
||||
```
|
||||
# 1.) Change into your Downloads folder
|
||||
cd ~/Downloads
|
||||
|
||||
# 2.) Delete existing dotfiles folder
|
||||
rm -rf dotfiles
|
||||
|
||||
# 3.) Clone the dotfiles repository into the Downloads folder
|
||||
git clone https://gitlab.com/stephan-raabe/dotfiles.git
|
||||
|
||||
# 4.) Change into the dotfiles folder
|
||||
cd dotfiles
|
||||
|
||||
# 5.) Start the installation to update
|
||||
./install.sh
|
||||
|
||||
```
|
||||
|
||||
To access the latest release please choose the latest tag https://gitlab.com/stephan-raabe/dotfiles/-/tags or the latest release https://gitlab.com/stephan-raabe/dotfiles/-/releases
|
||||
|
@ -22,4 +22,4 @@ keybinds=$(echo "$keybinds" | sed 's/$mainMod/SUPER/g'| sed 's/,\([^,]*\)$/ = \
|
||||
# -----------------------------------------------------
|
||||
# Show keybindings in rofi
|
||||
# -----------------------------------------------------
|
||||
rofi -dmenu -replace -p "Keybinds" -config ~/dotfiles/rofi/config-compact.rasi <<< "$keybinds"
|
||||
rofi -dmenu -i -replace -p "Keybinds" -config ~/dotfiles/rofi/config-compact.rasi <<< "$keybinds"
|
Loading…
Reference in New Issue
Block a user