Adapting config to new machine.
This commit is contained in:
parent
d9265cbb18
commit
8cbf1c2b69
@ -26,7 +26,7 @@ URxvt*saveLines: 65500
|
||||
URxvt*loginShell: false
|
||||
!URxvt*termName: screen-256color
|
||||
|
||||
{{- if (or (eq .chezmoi.hostname "zaptorjezus") (eq .chezmoi.hostname "zaptorjezus")) }}
|
||||
{{- if (or (eq .chezmoi.hostname "jnielandt") (eq .chezmoi.hostname "zaptorjezus")) }}
|
||||
URxvt.font: xft:Fura Code Nerd Font Mono:size=10:antialias=true
|
||||
URxvt.boldfont: xft:Fura Code Nerd Font Mono:bold:size=10
|
||||
{{- else }}
|
||||
|
||||
@ -103,7 +103,7 @@ bottom = false
|
||||
;border-right-size = 16
|
||||
;unused modules - mpd xbacklight backlight-acpi alsa
|
||||
modules-left = i3
|
||||
modules-center = temperature battery xkeyboard memory cpu filesystem updates-arch reboot-check xbacklight top-process
|
||||
modules-center = temperature battery xkeyboard memory cpu filesystem updates-aurhelper reboot-check xbacklight top-process
|
||||
modules-right = net wifi0 vpn powermenu
|
||||
|
||||
; TRAY MANAGEMENT
|
||||
@ -390,15 +390,10 @@ type = custom/script
|
||||
exec = ~/.dotfiles/polybar/polybar-scripts/polybar-scripts/updates-pacman/updates-pacman.sh
|
||||
interval = 600
|
||||
|
||||
; this one was fased out, DEPRECATED
|
||||
[module/updates-arch]
|
||||
[module/updates-aurhelper]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/polybar-scripts/polybar-scripts/updates-arch/updates-arch.sh
|
||||
format-prefix = "ﮮ "
|
||||
format-prefix-foreground = ${colors.bright_green}
|
||||
;format-underline = ${colors.light3}
|
||||
exec = ~/.dotfiles/polybar/polybar-scripts/polybar-scripts/updates-aurhelper/updates-aurhelper.sh
|
||||
interval = 600
|
||||
label = "%output%"
|
||||
|
||||
[module/reboot-check]
|
||||
type = custom/script
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
rofi.combi-modi: window,drun,ssh
|
||||
rofi.font: Fura Code 12
|
||||
rofi.modi: combi
|
||||
rofi.theme: ~/.config/rofi/gruvbox-dark-mod.rasi
|
||||
6
dot_dotfiles/rofi/config.rasi
Normal file
6
dot_dotfiles/rofi/config.rasi
Normal file
@ -0,0 +1,6 @@
|
||||
configuration {
|
||||
combi-modi: "window,drun,ssh";
|
||||
font: "Fura Code 12";
|
||||
modi: "run,combi";
|
||||
theme: "gruvbox-dark-mod.rasi";
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user