diff --git a/dotdrop b/dotdrop index df83efe..c29fb58 160000 --- a/dotdrop +++ b/dotdrop @@ -1 +1 @@ -Subproject commit df83efe8bcd760fc7c586903af90d689ef236a4c +Subproject commit c29fb5870010760afa5915cf3ef7dbf8473ccf8d diff --git a/dotfiles/neofetch/config.conf b/dotfiles/neofetch/config.conf index a04e0c0..5b1699b 100644 --- a/dotfiles/neofetch/config.conf +++ b/dotfiles/neofetch/config.conf @@ -472,7 +472,7 @@ mpc_args=() # Example: # colors=(distro) - Text is colored based on Distro colors. # colors=(4 6 1 8 8 6) - Text is colored in the order above. -colors=(2 2 8 8 8 15) +colors=(4 4 8 8 8 15) # Text Options @@ -643,9 +643,9 @@ image_backend="w3m" # In ascii mode, distro ascii art will be used and in an image mode, your # wallpaper will be used. #image_source="data/pictures/mitsuha_yourname.png" -#image_source="/home/marc/.wallpaper/asuna_bluebg.png" +image_source="/home/marc/.wallpaper/asuna_bluebg.png" #image_source="/home/marc/.wallpaper/asuna_bg.png" -image_source="/home/marc/.wallpaper/sinon_greenbg.png" +#image_source="/home/marc/.wallpaper/sinon_greenbg.png" # image_source="auto" @@ -713,7 +713,7 @@ thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch" # # See this wiki page to learn about the fit and fill options. # https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F -crop_mode="normal" +crop_mode="center" # Crop offset # Note: Only affects 'normal' crop mode. @@ -722,7 +722,7 @@ crop_mode="normal" # Values: 'northwest', 'north', 'northeast', 'west', 'center' # 'east', 'southwest', 'south', 'southeast' # Flag: --crop_offset -crop_offset="east" +crop_offset="center" # Image size # The image is half the terminal width by default. diff --git a/dotfiles/polybar/config b/dotfiles/polybar/config index c183a50..a9b302c 100644 --- a/dotfiles/polybar/config +++ b/dotfiles/polybar/config @@ -339,8 +339,7 @@ interval = 5.0 ############################################################################### [module/wpchanger] type = custom/text -content = "Wallpaper" -;content = "" +content = "WP" click-left = polybar wallpaper [bar/wallpaper] @@ -371,12 +370,12 @@ content-foreground = ${colors.accent} [module/aincrad] inherit = module/powerbase content = " Aincrad " -click-left = "feh --bg-scale ~/.wallpaper/aincrad.png" +click-left = "feh --bg-scale ~/.wallpaper/aincrad.png; pkill -n polybar" [module/hp_nord] inherit = module/powerbase content = " HP Nord " -click-left = "feh --bg-scale ~/.wallpaper/hp_nord.png" +click-left = "feh --bg-scale ~/.wallpaper/hp_nord.png; pkill -n polybar" [module/closewpbar] type = custom/text diff --git a/dotfiles/rofi/config.rasi b/dotfiles/rofi/config.rasi index 410c159..0eef4a7 100644 --- a/dotfiles/rofi/config.rasi +++ b/dotfiles/rofi/config.rasi @@ -10,6 +10,9 @@ configuration { // width: 30; // yoffset: -300; // NORD + display-drun: "理"; + display-run: "ﰌ"; + display-ssh: "力"; theme: "nord.rasi"; width: 750; fullscreen: true;