Updated ISO profile

This commit is contained in:
adi1090x 2024-01-08 15:03:46 +05:30
parent b3ba563dd3
commit 2cf45c70e0
16 changed files with 27 additions and 16 deletions

View File

@ -1,5 +1,16 @@
<h2 align="center">Archcraft : Changelogs</h2>
### January 2024
- Updated ISO profile
- Latest base with new packages
- Update all Archcraft and AUR packages
- Migrated `alacritty` to its new config (`yml` to `toml`)
- Updated **all scripts** related to alacritty
- Added `tray` module in **polybar** and fixed issue with fonts
- Small improvements and bugs fixed.
#
### October 2023
- Updated ISO profile
- Latest base with new packages
@ -16,7 +27,7 @@
- Small improvements and bugs fixed.
> **`Info`** : Now, package update for WMs will not replace your modified configs (previously, backing-up your configs in `~/.config`).
> Instead, It'll install new updates in separate directory (eg: `~/.config/openbox_pacnew_12-10-23`), It'll be your choice to use your current config or updated one.
> Instead, It'll install new updates in separate directory (eg: `~/.config/openbox_pacnew_2023-10-12`), It'll be your choice to use your current config or updated one.
> You can use `meld` to merge updates in your current modified configs.
#

View File

@ -1,4 +1,4 @@
<!-- Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> -->
<!-- Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com> -->
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>

View File

@ -1,4 +1,4 @@
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
## Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
[global]
monitor = 0

View File

@ -1,4 +1,4 @@
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
## Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
##
## Config File For ibhagwan's Fork Of Picom

View File

@ -1,4 +1,4 @@
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
## Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
##
## Config File For Jonaburg's Fork Of Picom

View File

@ -1,4 +1,4 @@
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
## Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
##
## Original Picom's Config File

View File

@ -1,4 +1,4 @@
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
## Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
##
## Original Picom's Config File

View File

@ -1,6 +1,6 @@
/**
*
* Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
* Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
* Configuration For Rofi Version: 1.7.3
*
**/

View File

@ -1,4 +1,4 @@
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
## Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
[Configuration]
MiscAlwaysShowTabs=FALSE

View File

@ -1,4 +1,4 @@
<!-- Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> -->
<!-- Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com> -->
<?xml version="1.0" encoding="UTF-8"?>
<channel name="thunar" version="1.0">

View File

@ -1,4 +1,4 @@
<!-- Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> -->
<!-- Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com> -->
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-keyboard-shortcuts" version="1.0">

View File

@ -1,4 +1,4 @@
<!-- Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> -->
<!-- Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com> -->
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-power-manager" version="1.0">

View File

@ -1,4 +1,4 @@
<!-- Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> -->
<!-- Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com> -->
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-session" version="1.0">

View File

@ -1,4 +1,4 @@
<!-- Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> -->
<!-- Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com> -->
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xsettings" version="1.0">

View File

@ -1,6 +1,6 @@
#!/usr/bin/bash
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
## Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
## Script to Lock the session by xfce-power-manager

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
## Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
## Generate sha256sum and gpg signature files
PWD=`pwd`