diff --git a/dot_Xresources.tmpl b/dot_Xresources.tmpl index 27689c0..6144624 100644 --- a/dot_Xresources.tmpl +++ b/dot_Xresources.tmpl @@ -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 }} diff --git a/dot_dotfiles/polybar/config.tmpl b/dot_dotfiles/polybar/config.tmpl index 3955cec..65165d3 100644 --- a/dot_dotfiles/polybar/config.tmpl +++ b/dot_dotfiles/polybar/config.tmpl @@ -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 diff --git a/dot_dotfiles/polybar/polybar-scripts/polybar-scripts/updates-aurhelper/updates-aurhelper.sh b/dot_dotfiles/polybar/polybar-scripts/polybar-scripts/updates-aurhelper/executable_updates-aurhelper.sh similarity index 100% rename from dot_dotfiles/polybar/polybar-scripts/polybar-scripts/updates-aurhelper/updates-aurhelper.sh rename to dot_dotfiles/polybar/polybar-scripts/polybar-scripts/updates-aurhelper/executable_updates-aurhelper.sh diff --git a/dot_dotfiles/polybar/polybar-scripts/polybar-scripts/updates-pacman/updates-pacman.sh b/dot_dotfiles/polybar/polybar-scripts/polybar-scripts/updates-pacman/executable_updates-pacman.sh similarity index 100% rename from dot_dotfiles/polybar/polybar-scripts/polybar-scripts/updates-pacman/updates-pacman.sh rename to dot_dotfiles/polybar/polybar-scripts/polybar-scripts/updates-pacman/executable_updates-pacman.sh diff --git a/dot_dotfiles/rofi/config b/dot_dotfiles/rofi/config deleted file mode 100644 index fb42812..0000000 --- a/dot_dotfiles/rofi/config +++ /dev/null @@ -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 diff --git a/dot_dotfiles/rofi/config.rasi b/dot_dotfiles/rofi/config.rasi new file mode 100644 index 0000000..6541239 --- /dev/null +++ b/dot_dotfiles/rofi/config.rasi @@ -0,0 +1,6 @@ +configuration { + combi-modi: "window,drun,ssh"; + font: "Fura Code 12"; + modi: "run,combi"; + theme: "gruvbox-dark-mod.rasi"; +}