changed from st to xst
This commit is contained in:
parent
bb1e95ecae
commit
f7133c692d
10
.Xresources
10
.Xresources
|
|
@ -16,7 +16,11 @@
|
|||
*.color14: #8ec07c
|
||||
*.color15: #ebdbb2
|
||||
!! Transparency (0-255):
|
||||
st.alpha: 0.92
|
||||
st.opacity: 255
|
||||
!! Set a default font and font size as below:
|
||||
*.font: TamzenForPowerline:pixelsize=14:antialias=true:autohint=true;
|
||||
*.boldFont: TamzenForPowerline:pixelsize=14:bold:antialias=true:autohint=true;
|
||||
st.font: TamzenForPowerline:pixelsize=14:antialias=true:autohint=true;
|
||||
st.boldFont: TamzenForPowerline:pixelsize=14:bold:antialias=true:autohint=true;
|
||||
st.bold_font: 1
|
||||
st.borderpx: 10
|
||||
! This option is can be preedit style. Available values: `root` `overthespot` ( Default taken `root`)
|
||||
st.imstyle: root
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ gaps inner 15
|
|||
gaps outer 15
|
||||
font pango:TamzenForPowerline 12
|
||||
set $mod Mod4
|
||||
set $term st
|
||||
set $term xst
|
||||
|
||||
# Set Xresources colors:
|
||||
set_from_resource $darkblack color0 #000000
|
||||
|
|
|
|||
|
|
@ -10,23 +10,23 @@ background = #00FFFFFF
|
|||
;background = #8a8061
|
||||
background-alt = ${xrdb:color2:#7B8349}
|
||||
;foreground = ${xrdb:color7}
|
||||
foreground = #faf0a5
|
||||
foreground-alt = #a88339
|
||||
highlight = #18974e
|
||||
foreground = #FFFFFF
|
||||
foreground-alt = #FFCC00
|
||||
highlight = #8BD649
|
||||
;error = ${xrdb:color9:#DD712E}
|
||||
error = #18974e
|
||||
red = #18974e
|
||||
yellow = #477ca1
|
||||
green = #8868b3
|
||||
blue = #a88339
|
||||
alert = #18974e
|
||||
error = #8BD649
|
||||
red = #8BD649
|
||||
yellow = #89DDFF
|
||||
green = #82AAFF
|
||||
blue = #FFCC00
|
||||
alert = #8BD649
|
||||
|
||||
[bar/top]
|
||||
monitor = ${env:MONITOR:eDP-1}
|
||||
include-file = ~/.config/polybar/top-bar
|
||||
modules-left = i3
|
||||
modules-center = term chrome editor fm music vpn
|
||||
modules-right = wlan pkg pulseaudio-rofi-output battery backlight networkmanager popup-calendar
|
||||
modules-right = wlan pkg pulseaudio-rofi-output battery backlight networkmanager popup-calendar
|
||||
|
||||
;tray-position = right
|
||||
;tray-padding = 2
|
||||
|
|
@ -40,16 +40,6 @@ modules-left = hostname vpncheck
|
|||
modules-center = cpu memory temperature
|
||||
modules-right = openweather
|
||||
|
||||
;-------------------------------------------------------------------------------;
|
||||
; D E C O R A T I O N S ;
|
||||
;-------------------------------------------------------------------------------;
|
||||
[module/arrowi3]
|
||||
type = custom/text
|
||||
content = ""
|
||||
content-font = 2
|
||||
content-foreground = ${colors.blue}
|
||||
content-background = ${colors.background}
|
||||
|
||||
[module/pulseaudio-rofi-output]
|
||||
type = custom/script
|
||||
exec = ~/.config/Scripts/pulseaudio-rofi.sh --output_volume_listener
|
||||
|
|
@ -59,15 +49,6 @@ click-left = ~/.config/Scripts/pulseaudio-rofi.sh --mute
|
|||
scroll-up = ~/.config/Scripts/pulseaudio-rofi.sh --volume_up
|
||||
scroll-down = ~/.config/Scripts/pulseaudio-rofi.sh --volume_down
|
||||
|
||||
[module/pulseaudio-rofi-input]
|
||||
type = custom/script
|
||||
exec = ~/.config/Scripts/pulseaudio-rofi.sh --input_volume_listener
|
||||
tail = true
|
||||
click-right = ~/polybar-scripts/pulseaudio-rofi.sh --input
|
||||
click-left = ~/polybar-scripts/pulseaudio-rofi.sh --mute_source
|
||||
scroll-up = ~/polybar-scripts/pulseaudio-rofi.sh --volume_source_up
|
||||
scroll-down = ~/polybar-scripts/pulseaudio-rofi.sh --volume_source_down
|
||||
|
||||
[module/pulseaudio]
|
||||
type = internal/pulseaudio
|
||||
sink = bluez_sink.E8_07_BF_33_4D_F2.headset_head_unit
|
||||
|
|
|
|||
Loading…
Reference in New Issue