Rofi and polybar changes
This commit is contained in:
2
dotdrop
2
dotdrop
Submodule dotdrop updated: df83efe8bc...c29fb58700
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -10,6 +10,9 @@ configuration {
|
||||
// width: 30;
|
||||
// yoffset: -300;
|
||||
// NORD
|
||||
display-drun: "理";
|
||||
display-run: "ﰌ";
|
||||
display-ssh: "力";
|
||||
theme: "nord.rasi";
|
||||
width: 750;
|
||||
fullscreen: true;
|
||||
|
||||
Reference in New Issue
Block a user