picom start command and polybar tempereture config

This commit is contained in:
Harri Lahtinen 2020-02-04 11:21:57 +02:00
parent 759f5bad46
commit 5cdcaaf531
4 changed files with 4 additions and 4 deletions

View File

@ -132,7 +132,7 @@ bindsym Mod1+Shift+r exec ~/.config/Scripts/i3-resurrect-restore-all
#Composite manager: #Composite manager:
bindsym $mod+b exec --no-startup-id pkill picom bindsym $mod+b exec --no-startup-id pkill picom
bindsym $mod+Ctrl+b exec --no-startup-id picom -b --experimental-backends --dbus --config /home/hate/.config/picom.conf bindsym $mod+Ctrl+b exec --no-startup-id picom -b --experimental-backends --config /home/hate/.config/picom.conf
###---Basic Bindings---### ###---Basic Bindings---###
bindsym $mod+Return exec $term bindsym $mod+Return exec $term

View File

@ -222,7 +222,7 @@ label-background = ${colors.blue}
[module/temperature] [module/temperature]
type = internal/temperature type = internal/temperature
thermal-zone = 1 thermal-zone = 1
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon5/temp1_input hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon6/temp1_input
warn-temperature = 65 warn-temperature = 65
format = <ramp> <label> format = <ramp> <label>
format-underline = ${colors.foreground} format-underline = ${colors.foreground}

View File

@ -132,7 +132,7 @@ bindsym Mod1+Shift+r exec ~/.config/Scripts/i3-resurrect-restore-all
#Composite manager: #Composite manager:
bindsym $mod+b exec --no-startup-id pkill picom bindsym $mod+b exec --no-startup-id pkill picom
bindsym $mod+Ctrl+b exec --no-startup-id picom -b --experimental-backends --dbus --config /home/hate/.config/picom.conf bindsym $mod+Ctrl+b exec --no-startup-id picom -b --experimental-backends --config /home/hate/.config/picom.conf
###---Basic Bindings---### ###---Basic Bindings---###
bindsym $mod+Return exec $term bindsym $mod+Return exec $term

View File

@ -222,7 +222,7 @@ label-background = ${{colors.blue}}
[module/temperature] [module/temperature]
type = internal/temperature type = internal/temperature
thermal-zone = 1 thermal-zone = 1
hwmon-path = /sys/devices/virtual/hwmon/hwmon1/temp1_input hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon6/temp1_input
warn-temperature = 65 warn-temperature = 65
format = <ramp> <label> format = <ramp> <label>
format-underline = ${{colors.foreground}} format-underline = ${{colors.foreground}}