mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 04:33:17 +02:00
archfw setup
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
### Geometry ###
|
||||
|
||||
# dynamic (0, 300) or fixed 300
|
||||
width = (0, 300)
|
||||
height = (0, 200)
|
||||
width = (0, 400)
|
||||
height = (0, 300)
|
||||
origin = top-right
|
||||
offset = 10x50
|
||||
scale = 0
|
||||
|
@@ -3,6 +3,7 @@
|
||||
#################################
|
||||
|
||||
# Opacity of inactive windows. (0.1 - 1.0)
|
||||
inactive-opacity = 1.0;
|
||||
inactive-opacity = 1.0
|
||||
vsync=true
|
||||
backend="glx"
|
||||
unredir-if-possible=true
|
||||
|
@@ -63,6 +63,14 @@ label =%date%
|
||||
[module/temperature]
|
||||
type = internal/temperature
|
||||
|
||||
; Full path of temperature sysfs path
|
||||
; Use `sensors` to find preferred temperature source, then run
|
||||
; $ for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done
|
||||
; to find path to desired file
|
||||
; Default reverts to thermal zone setting
|
||||
; hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
|
||||
|
||||
|
||||
base-temperature = 40
|
||||
warn-temperature = 80
|
||||
|
||||
@@ -81,6 +89,7 @@ format-warn-foreground = ${colors.alert}
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
full-at = 98
|
||||
battery = BAT1
|
||||
time-format = %H:%M
|
||||
|
||||
format-charging = <animation-charging> <label-charging>
|
||||
|
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="thunar" version="1.0">
|
||||
<property name="last-view" type="string" value="ThunarIconView"/>
|
||||
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
||||
<property name="last-window-width" type="int" value="753"/>
|
||||
<property name="last-window-height" type="int" value="1156"/>
|
||||
<property name="last-window-width" type="int" value="1416"/>
|
||||
<property name="last-window-height" type="int" value="1851"/>
|
||||
<property name="last-window-maximized" type="bool" value="true"/>
|
||||
<property name="last-separator-position" type="int" value="229"/>
|
||||
<property name="misc-single-click" type="bool" value="false"/>
|
||||
|
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-power-manager" version="1.0">
|
||||
<property name="xfce4-power-manager" type="empty">
|
||||
<property name="brightness-switch" type="int" value="0"/>
|
||||
<property name="brightness-switch-restore-on-exit" type="int" value="1"/>
|
||||
<property name="brightness-switch-restore-on-exit" type="int" value="-1"/>
|
||||
</property>
|
||||
</channel>
|
||||
|
Reference in New Issue
Block a user