picom start command and polybar tempereture config
This commit is contained in:
parent
759f5bad46
commit
5cdcaaf531
|
|
@ -132,7 +132,7 @@ bindsym Mod1+Shift+r exec ~/.config/Scripts/i3-resurrect-restore-all
|
|||
|
||||
#Composite manager:
|
||||
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---###
|
||||
bindsym $mod+Return exec $term
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ label-background = ${colors.blue}
|
|||
[module/temperature]
|
||||
type = internal/temperature
|
||||
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
|
||||
format = <ramp> <label>
|
||||
format-underline = ${colors.foreground}
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ bindsym Mod1+Shift+r exec ~/.config/Scripts/i3-resurrect-restore-all
|
|||
|
||||
#Composite manager:
|
||||
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---###
|
||||
bindsym $mod+Return exec $term
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ label-background = ${{colors.blue}}
|
|||
[module/temperature]
|
||||
type = internal/temperature
|
||||
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
|
||||
format = <ramp> <label>
|
||||
format-underline = ${{colors.foreground}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue