Skip to content
Snippets Groups Projects
Select Git revision
  • 60e0216a3a6b1c8f4614119ceee53cb94126279c
  • master default protected
  • td5
  • td4
  • td3
  • TD2
  • TD1
7 results

script_TD1.php

Blame
  • xinitrc 310 B
    #keyboard config
    setxkbmap fr
    
    #picom
    picom -b --config ~/.config/picom/picom.conf
    
    # Statusbar loop
    while true; do
       xsetroot -name "$( date +" %d/%m/%Y %H:%M")"
       sleep 20s    # Update time every 20s
    done &
    
    # Set wallpaper
    #feh --bg-fill ~/Images/Wallpaper/Favoris/ISS-view-4.jpg
    
    exec /usr/local/bin/dwm