mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 22:33:42 +01:00
removed code wallpaper, switched to thunar with engrampa, retired work-xps
This commit is contained in:
parent
c12253370e
commit
7dd46f40f8
@ -28,7 +28,7 @@ x-scheme-handler/tidal=tidal-hifi.desktop
|
|||||||
|
|
||||||
# files
|
# files
|
||||||
#--------------
|
#--------------
|
||||||
inode/director=Nautilus.desktop
|
inode/director=thunar.desktop
|
||||||
|
|
||||||
[Added Associations]
|
[Added Associations]
|
||||||
# browser-stuff
|
# browser-stuff
|
||||||
@ -68,7 +68,7 @@ application/javascript=visual-studio-code-insiders.desktop;
|
|||||||
|
|
||||||
# other
|
# other
|
||||||
#--------------
|
#--------------
|
||||||
application/zip=org.gnome.Nautilus.desktop;xarchiver.desktop;
|
application/zip=thunar,org.gnome.Nautilus.desktop;xarchiver.desktop;
|
||||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document=wps-office-wps.desktop;
|
application/vnd.openxmlformats-officedocument.wordprocessingml.document=wps-office-wps.desktop;
|
||||||
application/x-remmina=org.gnome.gedit.desktop;org.kde.krdc.desktop;remmina-file.desktop;org.remmina.Remmina.desktop;
|
application/x-remmina=org.gnome.gedit.desktop;org.kde.krdc.desktop;remmina-file.desktop;org.remmina.Remmina.desktop;
|
||||||
|
|
||||||
|
7
dependencies/pacman.txt
vendored
7
dependencies/pacman.txt
vendored
@ -10,7 +10,6 @@ scrot
|
|||||||
arandr
|
arandr
|
||||||
xfce4-terminal
|
xfce4-terminal
|
||||||
ttf-font-awesome
|
ttf-font-awesome
|
||||||
sushi
|
|
||||||
libconfig
|
libconfig
|
||||||
compton
|
compton
|
||||||
lxappearance
|
lxappearance
|
||||||
@ -56,13 +55,10 @@ wavpack
|
|||||||
x264
|
x264
|
||||||
xvidcore
|
xvidcore
|
||||||
gvfs-smb
|
gvfs-smb
|
||||||
gnome-screenshot
|
|
||||||
bash-completion
|
bash-completion
|
||||||
flameshot
|
flameshot
|
||||||
otf-font-awesome
|
otf-font-awesome
|
||||||
openvpn
|
|
||||||
networkmanager
|
networkmanager
|
||||||
networkmanager-openvpn
|
|
||||||
networkmanager-l2tp
|
networkmanager-l2tp
|
||||||
strongswan
|
strongswan
|
||||||
w3m
|
w3m
|
||||||
@ -99,3 +95,6 @@ duf
|
|||||||
picom
|
picom
|
||||||
ttf-ubuntu-font-family
|
ttf-ubuntu-font-family
|
||||||
xorg-xkill
|
xorg-xkill
|
||||||
|
thunar
|
||||||
|
thunar-archive-plugin
|
||||||
|
engrampa
|
||||||
|
@ -51,42 +51,12 @@ label=
|
|||||||
interval=1
|
interval=1
|
||||||
color=#999999
|
color=#999999
|
||||||
|
|
||||||
# CPU usage
|
|
||||||
#
|
|
||||||
# The script may be called with -w and -c switches to specify thresholds,
|
|
||||||
# see the script for details.
|
|
||||||
[cpu_usage]
|
|
||||||
label=
|
|
||||||
interval=1
|
|
||||||
#min_width=CPU:100.00%
|
|
||||||
separator=true
|
|
||||||
|
|
||||||
[load_average]
|
[load_average]
|
||||||
label=
|
label=
|
||||||
interval=10
|
interval=10
|
||||||
separator=true
|
separator=true
|
||||||
color=#999999
|
color=#999999
|
||||||
|
|
||||||
# Memory usage
|
|
||||||
#
|
|
||||||
# The type defaults to "mem" if the instance is not specified.
|
|
||||||
[memory]
|
|
||||||
label=
|
|
||||||
separator=true
|
|
||||||
interval=30
|
|
||||||
color=#999999
|
|
||||||
|
|
||||||
# Disk usage
|
|
||||||
# The directory defaults to $HOME if the instance is not specified.
|
|
||||||
# The script may be called with a optional argument to set the alert
|
|
||||||
# (defaults to 10 for 10%).
|
|
||||||
[disk]
|
|
||||||
label=
|
|
||||||
instance=/
|
|
||||||
interval=5
|
|
||||||
separator=true
|
|
||||||
color=#999999
|
|
||||||
|
|
||||||
# Updates
|
# Updates
|
||||||
[updates]
|
[updates]
|
||||||
label=
|
label=
|
||||||
@ -114,20 +84,6 @@ interval=60
|
|||||||
separator=true
|
separator=true
|
||||||
color=#999999
|
color=#999999
|
||||||
|
|
||||||
# Volume indicator
|
|
||||||
#
|
|
||||||
# The first parameter sets the step (and units to display)
|
|
||||||
# The second parameter overrides the mixer selection
|
|
||||||
# See the script for details.
|
|
||||||
[volume]
|
|
||||||
label=
|
|
||||||
instance=Master
|
|
||||||
interval=1
|
|
||||||
command=/usr/lib/i3blocks/volume/volume 5 pulse
|
|
||||||
signal=10
|
|
||||||
separator=true
|
|
||||||
color=#999999
|
|
||||||
|
|
||||||
# Battery indicator
|
# Battery indicator
|
||||||
# The battery instance defaults to 0.
|
# The battery instance defaults to 0.
|
||||||
[battery2]
|
[battery2]
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
intelTemp=$(sensors | # execute sensors
|
intelTemp=$(
|
||||||
|
sensors | # execute sensors
|
||||||
grep -w "Core 0:" | # grep for the first core
|
grep -w "Core 0:" | # grep for the first core
|
||||||
sed 's/([^)]*)//g' | # filter
|
sed 's/([^)]*)//g' | # filter
|
||||||
tr -s " " | # remove whitespace
|
tr -s " " | # remove whitespace
|
||||||
@ -8,13 +9,11 @@ sed -e 's/Core 0\(.*\):/\1/' | # get value between Core 0 and :
|
|||||||
cut -c 3- | rev | cut -c 7- | rev #remove clutter
|
cut -c 3- | rev | cut -c 7- | rev #remove clutter
|
||||||
)
|
)
|
||||||
|
|
||||||
amdTemp=$(sensors | grep -w "Tdie:" | sed 's/([^)]*)//g' | tr -s " " | cut -c 8- | rev | cut -c 6- | rev)
|
amdTemp=$(sensors | grep -iw "tctl:" | sed 's/([^)]*)//g' | tr -s " " | cut -c 8- | rev | cut -c 2- | rev)
|
||||||
|
|
||||||
# echo out the result
|
# echo out the result
|
||||||
if [ -z "$intelTemp" ]
|
if [ -z "$intelTemp" ]; then
|
||||||
then
|
|
||||||
echo $amdTemp
|
echo $amdTemp
|
||||||
else
|
else
|
||||||
echo $intelTemp°C
|
echo $intelTemp°C
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 252 KiB |
Loading…
Reference in New Issue
Block a user