lot of changes..
This commit is contained in:
parent
baf98e4fc0
commit
71c8ad9ca8
|
|
@ -26,8 +26,12 @@
|
|||
!! Transparency (0-1):
|
||||
st.alpha: 0.9
|
||||
!! Set a default font and font size as below:
|
||||
st.font: TamzenForPowerline:pixelsize=14:antialias=true:autohint=true;
|
||||
st.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.font: Source Code Pro:pixelsize=12:antialias=true:autohint=true;
|
||||
!st.boldFont: Source Code Pro:pixelsize=12:bold:antialias=true:autohint=true;
|
||||
st.font: Ubuntu Mono derivative Powerline:pixelsize=14:antialias=true:autohint=true;
|
||||
st.boldFont: Ubuntu Mono derivative Powerline: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`)
|
||||
|
|
|
|||
|
|
@ -6,15 +6,15 @@
|
|||
# back to your editor.
|
||||
# https://www.reddit.com/r/qtools/comments/amswu9/autoloading_rofi_for_quick_themeing_experience/
|
||||
|
||||
options=" lock
|
||||
logout
|
||||
sleep
|
||||
options=" lock
|
||||
logout
|
||||
sleep
|
||||
hibernate
|
||||
reboot
|
||||
shutdown"
|
||||
themes_dir=$HOME/.config/rofi
|
||||
theme=${1:-$themes_dir/colors-rofi-dark.rasi}
|
||||
selection=$(echo -e "${options}" | rofi -dmenu -config ~/.config/rofi/config $theme -columns 6 -lines 1 -width 800)
|
||||
selection=$(echo -e "${options}" | rofi -dmenu -config ~/.config/rofi/config $theme -columns 6 -lines 1 -width 1000)
|
||||
|
||||
echo "This is your selection: $selection"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
ip addr show dev wlp2s0 | grep "inet[^6]" | awk '{print $2}'
|
||||
ip a | awk ' !/[0-9]+\: lo/ && /^[0-9]\:/ || /inet / && !/127\.0\.0\.1/ {print $2}' | perl -i -pe "s/:\n/: /g;" -pe "s/\/[\d]+$//"
|
||||
#ip route get 8.8.8.8 | head -1 | awk '{print $7}'
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ hide_edge_borders both
|
|||
for_window [class="^.*"] border pixel 0
|
||||
gaps inner 15
|
||||
gaps outer 15
|
||||
font pango:TamzenForPowerline 12
|
||||
#font pango:TamzenForPowerline 12
|
||||
font pango:Ubuntu Mono derivative Powerline 10
|
||||
set $mod Mod4
|
||||
set $term st
|
||||
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ let g:tmuxline_preset = {
|
|||
\'a' : '#S',
|
||||
\'b' : '#W',
|
||||
\'c' : ['#(~/.config/Scripts/showip)'],
|
||||
\'win' : '#I #W',
|
||||
\'cwin' : '#I #W',
|
||||
\'y' : '#W %R',
|
||||
\'win' : ['#I', '#W'],
|
||||
\'cwin' : ['#I', '#W', '#F'],
|
||||
\'y' : ['%R', '%a', '%Y'],
|
||||
\'z' : '#H'}
|
||||
|
||||
" Run xrdb whenever Xdefaults or Xresources are updated.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,9 @@ padding-left = 1
|
|||
padding-right = 1
|
||||
module-margin-left = 1
|
||||
module-margin-right = 1
|
||||
font-1 = TamzenForPowerline:size=12;1
|
||||
;font-1 = TamzenForPowerline:size=12;1
|
||||
;font-1 = Source Code Pro:size=8;1
|
||||
font-1 = Ubuntu Mono derivative Powerline:size=10;1
|
||||
font-0 = FontAwesome:size=10.5;1
|
||||
font-2 = Material Icons:size=12;3
|
||||
;font-2 = "Font Awesome 5 Free:style=Regular:size=12;3"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ background = #00000000
|
|||
;background = #8a8061
|
||||
background-alt = #88C0D0
|
||||
;foreground = ${{xrdb:color7}}
|
||||
foreground = #D08770
|
||||
foreground = #5E81AC
|
||||
foreground-alt = #D08770
|
||||
highlight = #E5E9F0
|
||||
;error = ${{xrdb:color9:#DD712E}}
|
||||
|
|
@ -75,7 +75,7 @@ spacing = 4
|
|||
format-mounted = <label-mounted>
|
||||
format-unmounted = <label-unmounted>
|
||||
label-mounted = %percentage_used%%
|
||||
label-mounted-foreground = ${colors.foreground-alt}
|
||||
label-mounted-foreground = ${colors.foreground}
|
||||
label-unmounted = %mountpoint%: not mounted
|
||||
label-unmounted-foreground = ${colors.foreground-alt}
|
||||
|
||||
|
|
@ -135,7 +135,7 @@ thermal-zone = 0
|
|||
;hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
|
||||
warn-temperature = 65
|
||||
format = <ramp> <label>
|
||||
format-underline = ${colors.foreground-alt}
|
||||
format-underline = ${colors.foreground}
|
||||
format-warn = <ramp> <label-warn>
|
||||
format-warn-underline = ${self.format-underline}
|
||||
label = %temperature-c%
|
||||
|
|
@ -146,7 +146,7 @@ ramp-1 =
|
|||
ramp-2 =
|
||||
ramp-3 =
|
||||
ramp-4 =
|
||||
ramp-foreground = ${colors.foreground-alt}
|
||||
ramp-foreground = ${colors.foreground}
|
||||
|
||||
[module/pkg]
|
||||
type = custom/script
|
||||
|
|
@ -268,7 +268,7 @@ label = %{A4:wmctrl -s "$(($(xprop -root _NET_CURRENT_DESKTOP | cut -d '=' -f 2
|
|||
exec = echo "$(($(xprop -root _NET_CURRENT_DESKTOP | cut -d '=' -f 2 | cut -d ' ' -f 2)+1))"
|
||||
format = <label>
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
|
||||
[module/window_count]
|
||||
type = custom/script
|
||||
|
|
@ -344,13 +344,13 @@ format = <label>
|
|||
type = internal/cpu
|
||||
interval = 2
|
||||
label = " %percentage%%"
|
||||
format-foreground = ${colors.foreground-alt}
|
||||
format-foreground = ${colors.foreground}
|
||||
|
||||
[module/memory]
|
||||
type = internal/memory
|
||||
interval = 2
|
||||
label = " %percentage_used%%"
|
||||
format-foreground = ${colors.foreground-alt}
|
||||
format-foreground = ${colors.foreground}
|
||||
|
||||
[module/cputemp]
|
||||
type = custom/script
|
||||
|
|
@ -409,13 +409,13 @@ mapped = true
|
|||
interval = 5
|
||||
format-volume = <ramp-volume> <label-volume>
|
||||
label-volume = %percentage%%
|
||||
label-volume-foreground = ${colors.foreground-alt}
|
||||
label-volume-foreground = ${colors.foreground}
|
||||
format-muted = <label-muted>
|
||||
format-muted-foreground = ${colors.alert}
|
||||
label-muted = muted
|
||||
ramp-volume-0 =
|
||||
ramp-volume-1 =
|
||||
ramp-volume-foreground = ${colors.foreground-alt}
|
||||
ramp-volume-foreground = ${colors.foreground}
|
||||
ramp-headphones-0 =
|
||||
ramp-headphones-1 =
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,9 @@ padding-left = 1
|
|||
padding-right = 1
|
||||
module-margin-left = 1
|
||||
module-margin-right = 1
|
||||
font-0 = TamzenForPowerline:size=12;1
|
||||
;font-0 = TamzenForPowerline:size=12;1
|
||||
;font-0 = Cource Code Pro:size=8;1
|
||||
font-0 = Ubuntu Mono derivative Powerline:size=10;1
|
||||
font-1 = FontAwesome:size=10;1
|
||||
font-2 = Material Icons:size=10;2
|
||||
;font-1 = "Font Awesome 5 Free:style=Regular:size=10;1"
|
||||
|
|
|
|||
|
|
@ -3,10 +3,11 @@ rofi.color-normal: #fbf8f1, #2A1A17, #fbf8f1, #ff923b, #2A1A17
|
|||
rofi.color-urgent: #fbf8f1, #d6b48d, #22231D, #d6b48d, #2A1A17
|
||||
rofi.color-active: #fbf8f1, #E1B959, #fbf8f1, #E1B959, #fbf8f1
|
||||
rofi.color-window: #fbf8f1, #ff923b, #DD712E
|
||||
rofi.font:TamzenForPowerline 12
|
||||
#rofi.font: TamzenForPowerline 12
|
||||
rofi.font: Ubuntu Mono derivative Powerline 12
|
||||
rofi.color-enabled: true
|
||||
rofi.fake-transparency: true
|
||||
rofi.lines: 20
|
||||
rofi.lines: 12
|
||||
rofi.bw: 0
|
||||
rofi.opacity: "10"
|
||||
rofi.hide-scrollbar: true
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ XOFF=0
|
|||
FIELDS=SSID,MODE,CHAN,FREQ,RATE,SIGNAL,BARS,SECURITY,DEVICE,ACTIVE,IN-USE
|
||||
|
||||
#font
|
||||
FONT="TamzenForPowerline 12"
|
||||
FONT="Ubuntu Mono derivative Powerline 12"
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ background = #00000000
|
|||
;background = #8a8061
|
||||
background-alt = {color1}
|
||||
;foreground = ${{{{xrdb:color7}}}}
|
||||
foreground = {color6}
|
||||
foreground-alt = {color14}
|
||||
foreground = {color3}
|
||||
foreground-alt = {color6}
|
||||
highlight = {color7}
|
||||
;error = ${{{{xrdb:color9:#DD712E}}}}
|
||||
error = {color2}
|
||||
|
|
@ -75,7 +75,7 @@ spacing = 4
|
|||
format-mounted = <label-mounted>
|
||||
format-unmounted = <label-unmounted>
|
||||
label-mounted = %percentage_used%%
|
||||
label-mounted-foreground = ${{colors.foreground-alt}}
|
||||
label-mounted-foreground = ${{colors.foreground}}
|
||||
label-unmounted = %mountpoint%: not mounted
|
||||
label-unmounted-foreground = ${{colors.foreground-alt}}
|
||||
|
||||
|
|
@ -135,7 +135,7 @@ thermal-zone = 0
|
|||
;hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
|
||||
warn-temperature = 65
|
||||
format = <ramp> <label>
|
||||
format-underline = ${{colors.foreground-alt}}
|
||||
format-underline = ${{colors.foreground}}
|
||||
format-warn = <ramp> <label-warn>
|
||||
format-warn-underline = ${{self.format-underline}}
|
||||
label = %temperature-c%
|
||||
|
|
@ -146,7 +146,7 @@ ramp-1 =
|
|||
ramp-2 =
|
||||
ramp-3 =
|
||||
ramp-4 =
|
||||
ramp-foreground = ${{colors.foreground-alt}}
|
||||
ramp-foreground = ${{colors.foreground}}
|
||||
|
||||
[module/pkg]
|
||||
type = custom/script
|
||||
|
|
@ -268,7 +268,7 @@ label = %{{A4:wmctrl -s "$(($(xprop -root _NET_CURRENT_DESKTOP | cut -d '=' -f 2
|
|||
exec = echo "$(($(xprop -root _NET_CURRENT_DESKTOP | cut -d '=' -f 2 | cut -d ' ' -f 2)+1))"
|
||||
format = <label>
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${{colors.foreground-alt}}
|
||||
format-prefix-foreground = ${{colors.foreground}}
|
||||
|
||||
[module/window_count]
|
||||
type = custom/script
|
||||
|
|
@ -344,13 +344,13 @@ format = <label>
|
|||
type = internal/cpu
|
||||
interval = 2
|
||||
label = " %percentage%%"
|
||||
format-foreground = ${{colors.foreground-alt}}
|
||||
format-foreground = ${{colors.foreground}}
|
||||
|
||||
[module/memory]
|
||||
type = internal/memory
|
||||
interval = 2
|
||||
label = " %percentage_used%%"
|
||||
format-foreground = ${{colors.foreground-alt}}
|
||||
format-foreground = ${{colors.foreground}}
|
||||
|
||||
[module/cputemp]
|
||||
type = custom/script
|
||||
|
|
@ -409,13 +409,13 @@ mapped = true
|
|||
interval = 5
|
||||
format-volume = <ramp-volume> <label-volume>
|
||||
label-volume = %percentage%%
|
||||
label-volume-foreground = ${{colors.foreground-alt}}
|
||||
label-volume-foreground = ${{colors.foreground}}
|
||||
format-muted = <label-muted>
|
||||
format-muted-foreground = ${{colors.alert}}
|
||||
label-muted = muted
|
||||
ramp-volume-0 =
|
||||
ramp-volume-1 =
|
||||
ramp-volume-foreground = ${{colors.foreground-alt}}
|
||||
ramp-volume-foreground = ${{colors.foreground}}
|
||||
ramp-headphones-0 =
|
||||
ramp-headphones-1 =
|
||||
|
||||
|
|
|
|||
11
.tmux.conf
11
.tmux.conf
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
#############################
|
||||
# Tmuxline theme-file
|
||||
source-file ~/.config/nvim/nord
|
||||
#source-file ~/.config/nvim/nord
|
||||
# use vim motion keys while in copy mode
|
||||
setw -g mode-keys vi
|
||||
|
||||
|
|
@ -49,14 +49,14 @@ set-option -g status-keys vi
|
|||
# Status Bar
|
||||
############################################################################
|
||||
set -g status-left-length 70
|
||||
#set -g status-left "#{prefix_highlight} #(ip addr show dev wlp2s0 | grep "inet[^6]" | awk '{print $2}')"
|
||||
#set -g status-left '#[fg=black,bg=cyan] #(~/.config/Scripts/showip) #[fg=black,bg=blue,nobold,noitalics,nounderscore] '
|
||||
set -g status-interval 1
|
||||
set-option -g status-position top
|
||||
|
||||
# Titles (window number, program name, active (or not)
|
||||
set-option -g set-titles on
|
||||
set-option -g set-titles-string '#H:#S.#I.#P #W #T'
|
||||
set-option -g status-justify centre
|
||||
#set-option -g set-titles-string '#H:#S.#I.#P #W #T'
|
||||
#set-option -g status-justify centre
|
||||
#set -g status-right '#{prefix_highlight} | %a %Y-%m-%d %H:%M'
|
||||
###########################################################################
|
||||
#Tmuxline
|
||||
|
|
@ -158,7 +158,7 @@ set -g @plugin 'tmux-plugins/tmux-yank'
|
|||
set -g @plugin 'tmux-plugins/tmux-copycat'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
||||
set -g @plugin "arcticicestudio/nord-tmux"
|
||||
##########################################################################
|
||||
# Plugins settings
|
||||
##########################################################################
|
||||
|
|
@ -166,7 +166,6 @@ set -g @resurrect-capture-pane-contents 'on'
|
|||
set -g @resurrect-processes ':all:'
|
||||
set -g @continuum-restore 'on'
|
||||
set -g @continuum-save-interval '10'
|
||||
|
||||
# for neovim
|
||||
set -g @resurrect-strategy-nvim 'session'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue