Compare commits
3 Commits
d37bfce977
...
a90570ffb5
Author | SHA1 | Date | |
---|---|---|---|
a90570ffb5 | |||
92b2c047ff | |||
6a2048ba35 |
@ -64,6 +64,8 @@ export default defineUserConfig({
|
||||
'/git',
|
||||
'/hyprland',
|
||||
'/mpd',
|
||||
'/neofetch',
|
||||
'/picom',
|
||||
'/tmux',
|
||||
{
|
||||
text: 'Deprecated Configs',
|
||||
@ -74,8 +76,6 @@ export default defineUserConfig({
|
||||
'/deprecated/bootstrap',
|
||||
'/deprecated/i3',
|
||||
'/deprecated/nano',
|
||||
'/neofetch',
|
||||
'/picom',
|
||||
'/deprecated/polybar',
|
||||
'/deprecated/spacemacs',
|
||||
{
|
||||
|
@ -1,17 +1,10 @@
|
||||
#+title: Neofetch (Deprecated)
|
||||
#+title: Neofetch
|
||||
#+setupfile: headers
|
||||
#+PROPERTY: header-args :noweb yes :exports code :tangle no :exports none
|
||||
#+PROPERTY: header-args:sh :tangle ~/.config/neofetch/config.conf :exports code
|
||||
#+PROPERTY: header-args:sh+ :noweb yes :padline no :mkdirp yes
|
||||
|
||||
* Neofetch (Deprecated)
|
||||
|
||||
#+html: ::: warning
|
||||
This configuration of Neofetch is no longer maintained and was
|
||||
deprecated on May 24th, 2025. Therefore, it may not be up to date with
|
||||
the latest versions of Neofetch.
|
||||
#+html: :::
|
||||
|
||||
* Neofetch
|
||||
[[https://github.com/dylanaraps/neofetch][Neofetch]] is a CLI utility used to display system information. It was
|
||||
written in Bash, and thus its configuration file is written as a Bash
|
||||
script too. This document was written with org-mode, and my
|
||||
|
@ -2,14 +2,7 @@
|
||||
#+setupfile: headers
|
||||
#+PROPERTY: header-args:conf :exports code :mkdirp yes :tangle ~/.config/picom/picom.conf
|
||||
|
||||
* Picom (deprecated)
|
||||
|
||||
#+html: ::: warning
|
||||
This configuration of Picom is no longer maintained and was deprecated
|
||||
on May 24th, 2025. Therefore, it may not be up to date with the latest
|
||||
versions of Picom.
|
||||
#+html: :::
|
||||
|
||||
* Picom
|
||||
Picom is the successor to Compton, a standalone compositor for Xorg. It provides
|
||||
compositing for WM that do not provide any, such as i3. I am currently using
|
||||
[[https://github.com/ibhagwan/picom][ibhagwan’s fork of compton]] which provides the ~dual-kawase~ blur from [[https://github.com/tryone144/compton][tryone’s
|
||||
|
@ -4,12 +4,11 @@
|
||||
|
||||
[[file:../img/stumpwm.png]]
|
||||
|
||||
* StumpWM (deprecated)
|
||||
* StumpWM
|
||||
|
||||
#+html: ::: warning
|
||||
This configuration of StumpWM is no longer maintained and was
|
||||
deprecated on May 24th, 2025. Therefore, it may not be up to date with
|
||||
the latest versions of StumpWM.
|
||||
This configuration of StumpWM is no longer maintained. Therefore, it
|
||||
may not be up to date with the latest versions of StumpWM.
|
||||
#+html: :::
|
||||
|
||||
** Introduction
|
||||
|
Loading…
x
Reference in New Issue
Block a user