Merge branch 'main' of gitlab.com:blankinator/dotfiles

This commit is contained in:
2022-12-23 16:54:47 +01:00
4 changed files with 13 additions and 9 deletions
@@ -65,7 +65,7 @@ fixed-center = true
; the percentage can optionally be extended with a pixel offset like so: ; the percentage can optionally be extended with a pixel offset like so:
; 50%:-10, this will result in a width or height of 50% minus 10 pixels ; 50%:-10, this will result in a width or height of 50% minus 10 pixels
width = 100% width = 100%
height = 25 height = 23
; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%) ; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
; the percentage can optionally be extended with a pixel offset like so: ; the percentage can optionally be extended with a pixel offset like so:
@@ -121,8 +121,8 @@ padding = 0
; Number of spaces to add before/after each module ; Number of spaces to add before/after each module
; Individual side values can be defined using: ; Individual side values can be defined using:
; module-margin-{left,right} ; module-margin-{left,right}
module-margin-left = 2 module-margin-left = 0
module-margin-right = 2 module-margin-right = 1
; Fonts are defined using <font-name>;<vertical-offset> ; Fonts are defined using <font-name>;<vertical-offset>
; Font names are specified using a fontconfig pattern. ; Font names are specified using a fontconfig pattern.
@@ -135,7 +135,7 @@ module-margin-right = 2
;;font-0 = "Misc Termsyn:size=12;1" ;;font-0 = "Misc Termsyn:size=12;1"
;;font-1 = "Wuncon Siji:size=12;1" ;;font-1 = "Wuncon Siji:size=12;1"
font-0 = "Ubuntu Condensed:size=13;2" font-0 = "MesloLGS NF:size=10;2"
font-1 = "icomoon\-feather:size=13;2" font-1 = "icomoon\-feather:size=13;2"
font-2 = "xos4 Terminus:size=12;1" font-2 = "xos4 Terminus:size=12;1"
@@ -160,12 +160,12 @@ font-2 = "xos4 Terminus:size=12;1"
;cpu_bar memory_bar filesystem_bar mpd_bar ;cpu_bar memory_bar filesystem_bar mpd_bar
;volume brightness battery_bar ;volume brightness battery_bar
modules-left = workspaces cpu memory temperature filesystem modules-left = cpu cpu_temp memory filesystem
modules-center = title modules-center = title
modules-right = pulseaudio mic_status network battery date modules-right = pulseaudio mic_status network public_ip battery date
; The separator will be inserted between the output of each module ; The separator will be inserted between the output of each module
separator = | separator =
; This value is used to add extra spacing between elements ; This value is used to add extra spacing between elements
; @deprecated: This parameter will be removed in an upcoming version ; @deprecated: This parameter will be removed in an upcoming version
+3 -1
View File
@@ -37,5 +37,7 @@ qalculate-gtk
evince evince
okular okular
lightdm-webkit-theme-aether
pamixer pamixer
xbindkeys
nvidia-settings
dunst
+1 -1
View File
@@ -49,7 +49,7 @@ set-option -g status-right-length 90
set-option -g status-left "#(~/.config/tmux-powerline/powerline.sh left)" set-option -g status-left "#(~/.config/tmux-powerline/powerline.sh left)"
set-option -g status-right "#(~/.config/tmux-powerline/powerline.sh right)" set-option -g status-right "#(~/.config/tmux-powerline/powerline.sh right)"
source "$HOME/.local/lib/python3.10/site-packages/powerline/bindings/tmux/powerline.conf" #source "$HOME/.local/lib/python3.10/site-packages/powerline/bindings/tmux/powerline.conf"
# clear both screen and history # clear both screen and history
+2
View File
@@ -10,3 +10,5 @@ xset s noblank &
xset -dpms & xset -dpms &
xsetroot -solid black & xsetroot -solid black &
xset-root -solid black & xset-root -solid black &
powerline-config tmux setup &