logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

.xmobarrc (1570B)


  1. Config {
  2. font = "xft:monospace-8,Noto Mono-8,Noto Color Emoji-8,DejaVuMono-8,VL Gothic-8",
  3. border = NoBorder,
  4. bgColor = "#282828",
  5. fgColor = "#ebdbb2",
  6. position = Top,
  7. allDesktops = True,
  8. pickBroadest = False,
  9. overrideRedirect = False,
  10. template = "%XMonadLog%}{%mpd% | %default:Master% | %multicpu% | %memory% | %enp3s0%-%enp4s6%-%enp0s18f2u4%-%wlp0s18f2u3%-%wlp0s18f2u3wi% | %date%",
  11. commands = [
  12. Run Date "%Fw%wT%T%z" "date" 10,
  13. --Run DiskIO [("sda", "<readvbar><writevbar>"), ("sdb", "<readvbar><writevbar>"), ("sdc", "<readvbar><writevbar>"), ] [] 10,
  14. --Run DiskU [("/", "<usedbar>"), ("/seagate", "<usedbar>")] 900,
  15. Run Memory ["-t", "ラム <usedratio>% (<cache>M)","-h","#cc241d","-l","#98971a"] 10,
  16. Run MPD ["-t", "<state>: <artist> - <title> <ppos>/<plength>"] 10,
  17. Run MultiCpu ["-t","<autovbar> <total>%","-L","3","-H","50","-h","#cc241d","-l","#98971a"] 10,
  18. Run Network "enp0s18f2u4" ["-t","E:18:2:4: <tx>⇅<rx>","-S","True","-L","0","-H","32","-h","#cc241d","-l","#98971a"] 10,
  19. Run Network "enp3s0" ["-t","E:3: <tx>⇅<rx>","-S","True","-L","0","-H","32","-h","#cc241d","-l","#98971a"] 10,
  20. Run Network "enp4s6" ["-t","E:4:6: <tx>⇅<rx>","-S","True","-L","0","-H","32","-h","#cc241d","-l","#98971a"] 10,
  21. Run Network "wlp0s18f2u3" ["-t","W:18:2:3: <tx>⇅<rx>","-S","True","-L","0","-H","32","-h","#cc241d","-l","#98971a"] 10,
  22. Run Volume "default" "Master" ["-h","#cc241d","-l","#98971a","-t","<status> <volume>%"] 10,
  23. Run Wireless "wlo1" ["-t","(<essid> <quality>%)","-h","#cc241d","-l","#98971a"] 50,
  24. Run XMonadLog
  25. ]
  26. }