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:
|
# Example:
|
||||||
# colors=(distro) - Text is colored based on Distro colors.
|
# colors=(distro) - Text is colored based on Distro colors.
|
||||||
# colors=(4 6 1 8 8 6) - Text is colored in the order above.
|
# 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
|
# Text Options
|
||||||
@@ -643,9 +643,9 @@ image_backend="w3m"
|
|||||||
# In ascii mode, distro ascii art will be used and in an image mode, your
|
# In ascii mode, distro ascii art will be used and in an image mode, your
|
||||||
# wallpaper will be used.
|
# wallpaper will be used.
|
||||||
#image_source="data/pictures/mitsuha_yourname.png"
|
#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/asuna_bg.png"
|
||||||
image_source="/home/marc/.wallpaper/sinon_greenbg.png"
|
#image_source="/home/marc/.wallpaper/sinon_greenbg.png"
|
||||||
# image_source="auto"
|
# 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.
|
# See this wiki page to learn about the fit and fill options.
|
||||||
# https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F
|
# https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F
|
||||||
crop_mode="normal"
|
crop_mode="center"
|
||||||
|
|
||||||
# Crop offset
|
# Crop offset
|
||||||
# Note: Only affects 'normal' crop mode.
|
# Note: Only affects 'normal' crop mode.
|
||||||
@@ -722,7 +722,7 @@ crop_mode="normal"
|
|||||||
# Values: 'northwest', 'north', 'northeast', 'west', 'center'
|
# Values: 'northwest', 'north', 'northeast', 'west', 'center'
|
||||||
# 'east', 'southwest', 'south', 'southeast'
|
# 'east', 'southwest', 'south', 'southeast'
|
||||||
# Flag: --crop_offset
|
# Flag: --crop_offset
|
||||||
crop_offset="east"
|
crop_offset="center"
|
||||||
|
|
||||||
# Image size
|
# Image size
|
||||||
# The image is half the terminal width by default.
|
# The image is half the terminal width by default.
|
||||||
|
|||||||
@@ -339,8 +339,7 @@ interval = 5.0
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
[module/wpchanger]
|
[module/wpchanger]
|
||||||
type = custom/text
|
type = custom/text
|
||||||
content = "Wallpaper"
|
content = "WP"
|
||||||
;content = ""
|
|
||||||
click-left = polybar wallpaper
|
click-left = polybar wallpaper
|
||||||
|
|
||||||
[bar/wallpaper]
|
[bar/wallpaper]
|
||||||
@@ -371,12 +370,12 @@ content-foreground = ${colors.accent}
|
|||||||
[module/aincrad]
|
[module/aincrad]
|
||||||
inherit = module/powerbase
|
inherit = module/powerbase
|
||||||
content = " Aincrad "
|
content = " Aincrad "
|
||||||
click-left = "feh --bg-scale ~/.wallpaper/aincrad.png"
|
click-left = "feh --bg-scale ~/.wallpaper/aincrad.png; pkill -n polybar"
|
||||||
|
|
||||||
[module/hp_nord]
|
[module/hp_nord]
|
||||||
inherit = module/powerbase
|
inherit = module/powerbase
|
||||||
content = " HP Nord "
|
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]
|
[module/closewpbar]
|
||||||
type = custom/text
|
type = custom/text
|
||||||
|
|||||||
@@ -10,6 +10,9 @@ configuration {
|
|||||||
// width: 30;
|
// width: 30;
|
||||||
// yoffset: -300;
|
// yoffset: -300;
|
||||||
// NORD
|
// NORD
|
||||||
|
display-drun: "理";
|
||||||
|
display-run: "ﰌ";
|
||||||
|
display-ssh: "力";
|
||||||
theme: "nord.rasi";
|
theme: "nord.rasi";
|
||||||
width: 750;
|
width: 750;
|
||||||
fullscreen: true;
|
fullscreen: true;
|
||||||
|
|||||||
Reference in New Issue
Block a user