TheGame
This commit is contained in:
parent
343a2636c1
commit
6dac18e3c1
22
xmobarrc.hs
22
xmobarrc.hs
|
@ -1,17 +1,20 @@
|
|||
Config {
|
||||
|
||||
-- appearance
|
||||
font = "Bitstream Vera Sans Mono Bold 9"
|
||||
font = "GohuFont uni14 Nerd Font Mono Bold 9"
|
||||
-- font = "Bitstream Vera Sans Mono Bold 9"
|
||||
, bgColor = "black"
|
||||
, fgColor = "#646464"
|
||||
, fgColor = "#A35F00"
|
||||
-- , fgColor = "#646464"
|
||||
, position = Top
|
||||
, border = BottomB
|
||||
, borderColor = "#646464"
|
||||
, borderColor = "#A35F00"
|
||||
-- , borderColor = "#646464"
|
||||
|
||||
-- layout
|
||||
, sepChar = "%" -- delineator between plugin names and straight text
|
||||
, alignSep = "}{" -- separator between left-right alignment
|
||||
, template = "%battery% | %multicpu% | %coretemp% | %memory% | %dynnetwork% }{ %RJTT% | %date% || %kbd% "
|
||||
, template = "%disku% | %battery% | %memory% | %dynnetwork% }{ %date% %uptime% || %kbd% "
|
||||
|
||||
-- general behavior
|
||||
, lowerOnStart = False -- send to bottom of window stack on start
|
||||
|
@ -45,7 +48,11 @@ Config {
|
|||
, "--normal" , "darkorange"
|
||||
, "--high" , "darkred"
|
||||
] 10
|
||||
|
||||
, Run DiskU [ ("/" , "Root:<fc=#006400><usedp>%</fc>")
|
||||
, ("/home" , "Home:<fc=#006400><usedp>%</fc>")
|
||||
, ("/usr/src" , "Src:<fc=#006400><usedp>%</fc>")]
|
||||
-- ["-L", "20", "-H", "50", "-m", "1", "-p", "3"]
|
||||
[]20
|
||||
-- cpu activity monitor
|
||||
, Run MultiCpu [ "--template" , "Cpu: <total0>%|<total1>%|<total2>%|<total3>%|<total4>%|<total5>%|<total6>%|<total7>%|<total8>%|<total9>%|<total10>%|<total11>%|<total12>%|<total13>%|<total14>%|<total15>%"
|
||||
, "--Low" , "50" -- units: %
|
||||
|
@ -92,10 +99,11 @@ Config {
|
|||
|
||||
-- time and date indicator
|
||||
-- (%F = y-m-d date, %a = day of week, %T = h:m:s time)
|
||||
, Run Date "<fc=#ABABAB>%F (%a) %T</fc>" "date" 10
|
||||
, Run Date "%F (%a)" "date" 10
|
||||
-- , Run Date "<fc=#ABABAB>%F (%a)</fc>" "date" 10
|
||||
|
||||
-- keyboard layout indicator
|
||||
, Run Kbd [ ("us(dvorak)" , "<fc=#00008B>DV</fc>")
|
||||
, Run Kbd [ ("fr" , "<fc=#FF0000>Fr</fc>")
|
||||
, ("us" , "<fc=#8B0000>US</fc>")
|
||||
]
|
||||
]
|
||||
|
|
|
@ -36,7 +36,7 @@ main = do
|
|||
{ modMask = mod4Mask
|
||||
, borderWidth = 2
|
||||
, workspaces = myWorkspaces
|
||||
, focusedBorderColor = "#FF0000"
|
||||
, focusedBorderColor = "#AF2727"
|
||||
} `additionalKeysP` myKeys
|
||||
|
||||
|
||||
|
@ -45,6 +45,8 @@ myKeys = [ -- APP BINDING
|
|||
,(("M4-s"), spawn "spotify")
|
||||
,(("M4-<Return>"), spawn "mate-terminal")
|
||||
,(("M4-p"), spawn "dmenu_run")
|
||||
,(("M4-r"), spawn "wpa_gui")
|
||||
,(("M4-S-l"), spawn "xscreensaver-command -l")
|
||||
|
||||
-- KILL APP
|
||||
,(("M4-z"), kill)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
/usr/bin/xmobar /home/pierre/gitea/xmonad_configuration/xmobarrc.hs &
|
||||
/usr/bin/xscreensaver --no-splash &
|
||||
setxkbmap fr &
|
||||
|
||||
feh --bg-center /home/pierre/Images/76922-1.png &
|
||||
|
|
Loading…
Reference in New Issue
Block a user