minor changes
This commit is contained in:
@@ -121,8 +121,8 @@ padding = 0
|
|||||||
; Number of spaces to add before/after each module
|
; Number of spaces to add before/after each module
|
||||||
; Individual side values can be defined using:
|
; Individual side values can be defined using:
|
||||||
; module-margin-{left,right}
|
; module-margin-{left,right}
|
||||||
module-margin-left = 2
|
module-margin-left = 0
|
||||||
module-margin-right = 2
|
module-margin-right = 1
|
||||||
|
|
||||||
; Fonts are defined using <font-name>;<vertical-offset>
|
; Fonts are defined using <font-name>;<vertical-offset>
|
||||||
; Font names are specified using a fontconfig pattern.
|
; Font names are specified using a fontconfig pattern.
|
||||||
@@ -135,7 +135,7 @@ module-margin-right = 2
|
|||||||
;;font-0 = "Misc Termsyn:size=12;1"
|
;;font-0 = "Misc Termsyn:size=12;1"
|
||||||
;;font-1 = "Wuncon Siji:size=12;1"
|
;;font-1 = "Wuncon Siji:size=12;1"
|
||||||
|
|
||||||
font-0 = "Ubuntu Condensed:size=23;2"
|
font-0 = "MesloLGS NF:size=20;2"
|
||||||
font-1 = "icomoon\-feather:size=23;2"
|
font-1 = "icomoon\-feather:size=23;2"
|
||||||
font-2 = "xos4 Terminus:size=22;1"
|
font-2 = "xos4 Terminus:size=22;1"
|
||||||
|
|
||||||
|
|||||||
@@ -375,7 +375,7 @@ format-prefix =
|
|||||||
; %percentage-sum% - Cumulative load on all cores
|
; %percentage-sum% - Cumulative load on all cores
|
||||||
; %percentage-cores% - load percentage for each core
|
; %percentage-cores% - load percentage for each core
|
||||||
; %percentage-core[1-9]% - load percentage for specific core
|
; %percentage-core[1-9]% - load percentage for specific core
|
||||||
label = " %percentage-sum%%"
|
label = " %percentage-sum:3%%"
|
||||||
|
|
||||||
; Spacing between individual per-core ramps
|
; Spacing between individual per-core ramps
|
||||||
;;ramp-coreload-spacing = 1
|
;;ramp-coreload-spacing = 1
|
||||||
@@ -653,7 +653,7 @@ format-prefix =
|
|||||||
; %gb_swap_free%
|
; %gb_swap_free%
|
||||||
; %gb_swap_used%
|
; %gb_swap_used%
|
||||||
|
|
||||||
label = " RAM: %percentage_used%% %mb_used%, SWAP: %percentage_swap_used%% %mb_swap_used% / %mb_swap_total%"
|
label = R: %percentage_used%%, S: %percentage_swap_used%%
|
||||||
|
|
||||||
; Only applies if <bar-used> is used
|
; Only applies if <bar-used> is used
|
||||||
;;bar-used-indicator =
|
;;bar-used-indicator =
|
||||||
@@ -938,7 +938,7 @@ thermal-zone = 0
|
|||||||
; $ 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
|
; $ 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
|
; to find path to desired file
|
||||||
; Default reverts to thermal zone setting
|
; Default reverts to thermal zone setting
|
||||||
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon9/temp1_input
|
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon6/temp1_input
|
||||||
|
|
||||||
; Threshold temperature to display warning label (in degrees celsius)
|
; Threshold temperature to display warning label (in degrees celsius)
|
||||||
; Default: 80
|
; Default: 80
|
||||||
|
|||||||
+3
-3
@@ -174,15 +174,15 @@ myKeys conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $
|
|||||||
spawn myLauncher)
|
spawn myLauncher)
|
||||||
|
|
||||||
-- Take a full screenshot using the command specified by myScreenshot.
|
-- Take a full screenshot using the command specified by myScreenshot.
|
||||||
, ((modMask .|. controlMask, xK_p),
|
, ((modMask, xK_Print),
|
||||||
spawn myScreenshotFull)
|
spawn myScreenshotFull)
|
||||||
|
|
||||||
-- Take a full screenshot using the command specified by myScreenshot.
|
-- Take a full screenshot using the command specified by myScreenshot.
|
||||||
, ((modMask .|. controlMask .|. shiftMask, xK_p),
|
, ((modMask .|. controlMask, xK_Print),
|
||||||
spawn myScreenshotSelective)
|
spawn myScreenshotSelective)
|
||||||
|
|
||||||
-- run autorandr to switch configuration
|
-- run autorandr to switch configuration
|
||||||
, ((modMask, xK_Print),
|
, ((modMask, xK_Home),
|
||||||
spawn "autorandr -c")
|
spawn "autorandr -c")
|
||||||
|
|
||||||
-- Toggle current focus window to fullscreen
|
-- Toggle current focus window to fullscreen
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
blueman-applet &
|
blueman-applet &
|
||||||
xbindkeys &
|
xbindkeys &
|
||||||
|
optimus-manager-qt &
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
xrandr --dpi 210
|
xrandr --dpi 210
|
||||||
export GDK_SCALE=1.5
|
export GDK_SCALE=1.5
|
||||||
|
|||||||
Reference in New Issue
Block a user