This commit is contained in:
paul-loedige
2021-03-15 17:32:09 +01:00
5 changed files with 6 additions and 4 deletions
+1
View File
@@ -73,6 +73,7 @@ alias pull='git pull origin'
alias push='git push origin' alias push='git push origin'
alias status='git status' alias status='git status'
alias diff='git diff' alias diff='git diff'
alias remote='git remote'
alias ftemplate='git fetch template' alias ftemplate='git fetch template'
alias mtemplate='git merge template/master --allow-unrelated-histories' alias mtemplate='git merge template/master --allow-unrelated-histories'
+1 -1
View File
@@ -1,3 +1,3 @@
https://paul-loedige:VhD%40R46%2ai9k%24tumJgD3T@git.ploedige.com https://paul-loedige:VhD%40R46%2ai9k%24tumJgD3T@git.ploedige.com
https://paul-loedige:yP4vs9rTriqP4b8mK4ohyNHSH@its-gitlab.init.hs-owl.de
https://paul-loedige:5SC%24%5e%5eonvuD5Ze@git.owl-racing-team.de https://paul-loedige:5SC%24%5e%5eonvuD5Ze@git.owl-racing-team.de
https://paul-loedige:yP4vs9rTriqP4b8mK4ohyNHSH@its-gitlab.init.hs-owl.de
+1 -1
View File
@@ -13,7 +13,7 @@ class MemoryC(widget.base.ThreadPoolText):
] ]
def __init__(self, **config): def __init__(self, **config):
super().__init__("",**config) super().__init__("", **config)
self.add_defaults(MemoryC.defaults) self.add_defaults(MemoryC.defaults)
def poll(self): def poll(self):
+2 -1
View File
@@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
sleep 1
nitrogen --restore & nitrogen --restore &
bash .screenlayout/layout.sh & bash .screenlayout/layout.sh &
pulseaudio-ctl set 50 & pulseaudio-ctl set 50 &
@@ -7,4 +8,4 @@ nextcloud &
timeshift & timeshift &
numlockx & numlockx &
redshift-gtk -t 6500:3600 & redshift-gtk -t 6500:3600 &
udiskie & udiskie -t &
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
xrandr --output DVI-I-0 --primary --mode 1440x900 --pos 2080x0 --rotate normal --output DVI-I-1 --off --output HDMI-0 --mode 1920x1080 --pos 0x566 --rotate left --output DP-0 --off --output DP-1 --off --output DP-2 --mode 3440x1440 --pos 1080x900 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off xrandr --output DVI-I-0 --primary --mode 1440x900 --pos 2012x0 --rotate normal --output DVI-I-1 --off --output HDMI-0 --mode 1920x1080 --pos 0x660 --rotate left --output DP-0 --mode 3440x1440 --pos 1080x900 --rotate normal --output DP-1 --off --output DP-2 --off --output DP-3 --off --output DP-4 --off --output DP-5 --off