Add Mr Meeseeks host
This commit is contained in:
parent
c56a453e56
commit
2ae79b0812
3 changed files with 92 additions and 0 deletions
9
vars/mrmeeseeks/kanshi.yml
Normal file
9
vars/mrmeeseeks/kanshi.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
kanshi_profiles:
|
||||||
|
- profile: 'home'
|
||||||
|
screens:
|
||||||
|
- id: 'iiyama_27_4k_h'
|
||||||
|
position: '0,0'
|
||||||
|
- id: 'iiyama_27_4k_v'
|
||||||
|
position: '1920,0'
|
||||||
|
transform: 270
|
6
vars/mrmeeseeks/sway.yml
Normal file
6
vars/mrmeeseeks/sway.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
local_sway_outputs:
|
||||||
|
- id: 'bg'
|
||||||
|
name: '*'
|
||||||
|
options:
|
||||||
|
bg: '~/medias/images/wallpapers/desktop.jpg center #000000'
|
77
vars/mrmeeseeks/waybar.yml
Normal file
77
vars/mrmeeseeks/waybar.yml
Normal file
|
@ -0,0 +1,77 @@
|
||||||
|
---
|
||||||
|
waybar_options:
|
||||||
|
layer: "top"
|
||||||
|
spacing: 6
|
||||||
|
disable-toolptips: true
|
||||||
|
modules-left:
|
||||||
|
- sway/workspaces
|
||||||
|
- sway/mode
|
||||||
|
modules-center: []
|
||||||
|
modules-right:
|
||||||
|
- network
|
||||||
|
- custom/sep
|
||||||
|
# - temperature
|
||||||
|
- memory
|
||||||
|
- cpu
|
||||||
|
- custom/sep
|
||||||
|
- pulseaudio
|
||||||
|
- custom/sep
|
||||||
|
- clock
|
||||||
|
- custom/sep
|
||||||
|
- tray
|
||||||
|
sway/mode:
|
||||||
|
format: '<span style="italic">{}</span>'
|
||||||
|
custom/sep:
|
||||||
|
format: "|"
|
||||||
|
tooltip: false
|
||||||
|
sway/workspace:
|
||||||
|
disable-scroll: true
|
||||||
|
idle_inhibitor:
|
||||||
|
format: "{icon}"
|
||||||
|
format-icons:
|
||||||
|
activated:
|
||||||
|
deactivated:
|
||||||
|
clock:
|
||||||
|
tooltip: false
|
||||||
|
timezone: "Europe/Paris"
|
||||||
|
format-alt: "{:%Y-%m-%d}"
|
||||||
|
temperature:
|
||||||
|
thermal-zone: "{{ cpu_thermal_zone | default(6) }}"
|
||||||
|
critical-threshold: 80
|
||||||
|
format: "{temperatureC}°C "
|
||||||
|
cpu:
|
||||||
|
format: "{usage}% {icon}"
|
||||||
|
tooltip: false
|
||||||
|
states:
|
||||||
|
warning: 70
|
||||||
|
critical: 90
|
||||||
|
format-icons:
|
||||||
|
-
|
||||||
|
network:
|
||||||
|
tooltip: false
|
||||||
|
format-wifi: "{essid} ({signalStrength}%) "
|
||||||
|
format-ethernet: "{ifname}: {ipaddr}/{cidr} "
|
||||||
|
format-linked: "{ifname} (No IP) "
|
||||||
|
format-disconnected: "Disconnected ⚠ "
|
||||||
|
format-alt: "{ifname}: {ipaddr}/{cidr}"
|
||||||
|
pulseaudio:
|
||||||
|
tooltip: false
|
||||||
|
format: "{format_source} {volume}% {icon} "
|
||||||
|
format-bluetooth: "{volume}% {icon}"
|
||||||
|
format-muted: "{format_source} "
|
||||||
|
format-source: "{volume}% "
|
||||||
|
format-source-muted: " "
|
||||||
|
format-icons:
|
||||||
|
headphones:
|
||||||
|
handsfree:
|
||||||
|
headset:
|
||||||
|
phone:
|
||||||
|
portable:
|
||||||
|
car:
|
||||||
|
default:
|
||||||
|
memory:
|
||||||
|
interval: 30
|
||||||
|
states:
|
||||||
|
warning: 70
|
||||||
|
critical: 90
|
||||||
|
format: "{used:0.1f}G/{total:0.1f}G "
|
Loading…
Add table
Add a link
Reference in a new issue