Adapting config to new machine.

This commit is contained in:
Joachim Nielandt 2021-10-26 08:49:53 +02:00
parent d9265cbb18
commit 8cbf1c2b69
6 changed files with 10 additions and 13 deletions

View File

@ -26,7 +26,7 @@ URxvt*saveLines: 65500
URxvt*loginShell: false URxvt*loginShell: false
!URxvt*termName: screen-256color !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.font: xft:Fura Code Nerd Font Mono:size=10:antialias=true
URxvt.boldfont: xft:Fura Code Nerd Font Mono:bold:size=10 URxvt.boldfont: xft:Fura Code Nerd Font Mono:bold:size=10
{{- else }} {{- else }}

View File

@ -103,7 +103,7 @@ bottom = false
;border-right-size = 16 ;border-right-size = 16
;unused modules - mpd xbacklight backlight-acpi alsa ;unused modules - mpd xbacklight backlight-acpi alsa
modules-left = i3 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 modules-right = net wifi0 vpn powermenu
; TRAY MANAGEMENT ; TRAY MANAGEMENT
@ -390,15 +390,10 @@ type = custom/script
exec = ~/.dotfiles/polybar/polybar-scripts/polybar-scripts/updates-pacman/updates-pacman.sh exec = ~/.dotfiles/polybar/polybar-scripts/polybar-scripts/updates-pacman/updates-pacman.sh
interval = 600 interval = 600
; this one was fased out, DEPRECATED [module/updates-aurhelper]
[module/updates-arch]
type = custom/script type = custom/script
exec = ~/.config/polybar/polybar-scripts/polybar-scripts/updates-arch/updates-arch.sh exec = ~/.dotfiles/polybar/polybar-scripts/polybar-scripts/updates-aurhelper/updates-aurhelper.sh
format-prefix = "ﮮ "
format-prefix-foreground = ${colors.bright_green}
;format-underline = ${colors.light3}
interval = 600 interval = 600
label = "%output%"
[module/reboot-check] [module/reboot-check]
type = custom/script type = custom/script

View File

@ -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

View File

@ -0,0 +1,6 @@
configuration {
combi-modi: "window,drun,ssh";
font: "Fura Code 12";
modi: "run,combi";
theme: "gruvbox-dark-mod.rasi";
}