Save files from corruption

This commit is contained in:
Neptune 2020-05-17 15:04:06 +02:00
parent 9a850bf43b
commit da47f3acfc
39 changed files with 9980 additions and 382 deletions

View file

@ -14,10 +14,10 @@ set $down j
set $up k
set $right l
# Your preferred terminal emulator
set $term xst
set $term kitty
# Your preferred application launcher
# Note: it's recommended that you pass the final command to sway
set $menu rofi -show drun --terminal alacritty -fullscreen
set $menu rofi -show drun --terminal kitty -fullscreen
# set $menu j4-dmenu-desktop --dmenu='bemenu -i --nb "#3f3f3f" --nf "#dcdccc" --fn "pango:DejaVu Sans Mono 12"' --term='termite' | dmenu-wayland | dmenu | xargs swaymsg exec --
@ -30,9 +30,9 @@ gaps outer 3
#
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
#output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
output * bg /home/jojo/Pictures/Lawrence-Alma-Tadema.jpg fill
output DP-2 resolution 1366x768 position 0,0
output HDMI-A-2 resolution 1920x1080 position 1920,0
output * bg /home/jojo/Pictures/smug-of-ice.png fill
output HDMI-A-2 resolution 1920x1080 position 0,0
output DP-2 resolution 1366x768 position 1920,0
#
# Example configuration:
#

View file

@ -6,7 +6,7 @@
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-right": ["custom/alsa", "mpd", "cpu", "memory", "clock", "tray"],
"modules-right": ["custom/alsa", "mpd", "temperature", "cpu", "memory", "clock", "tray"],
// Modules configuration
// "sway/workspaces": {
// "disable-scroll": true,
@ -78,10 +78,12 @@
"temperature": {
// "thermal-zone": 2,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"hwmon-path" : "/sys/devices/pci0000:00/0000:00:03.1/0000:1c:00.0/hwmon/hwmon0/temp1_input",
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
"format-icons": ["", "", ""]
// "format-icons": ["", "", ""],
"format-icons": ["", "", "", "", ""]
},
"backlight": {
// "device": "acpi_video1",