commit fd6e1d2ce31340cad4a926102319fce854d76875 Author: swy7ch Date: Wed May 6 03:20:19 2020 +0200 init repo diff --git a/.config/.old/fish/bobthefish.config b/.config/.old/fish/bobthefish.config new file mode 100644 index 0000000..d9032fc --- /dev/null +++ b/.config/.old/fish/bobthefish.config @@ -0,0 +1,58 @@ +# _____ _ +# _____ ___ |___ |__| |__ Swy7ch's fish shell config file +# / __\ \ /\ / / | | | / / __| '_ \ +# \__ \\ V V /| |_| |/ / (__| | | | +# |___/ \_/\_/ \__, /_/ \___|_| |_| +# |___/ + +# Start X at login +if status is-login + if test -z "$DISPLAY" -a $XDG_VTNR = 1 + exec startx -- -keeptty +end +end + +# True gruvbox colors in vim +#bash $HOME/.vim/plugins/gruvbox/gruvbox_256palette.sh + +# User configuration +function fish_greeting + set_color $fish_color_autosuggestion + uname -msr + + command -s uptime >/dev/null + and uptime + + set_color normal +end + +# Set less colors (-> manpages) +set -xU LESS_TERMCAP_md (printf "\e[01;36m") +set -xU LESS_TERMCAP_me (printf "\e[0m") +set -xU LESS_TERMCAP_se (printf "\e[0m") +set -xU LESS_TERMCAP_so (printf "\e[01;44;33em") +set -xU LESS_TERMCAP_ue (printf "\e[0m") +set -xU LESS_TERMCAP_us (printf "\e[01;32m") + +################################################# +############### PROMPT CONFIG ################ +################################################# + +# change colorscheme +set -g theme_color_scheme gruvbox + +# show the name of the process in polybar +set -g theme_title_display_process yes + +# set the right date formate +set -g theme_date_format "+%X" + +# to use nerd fonts +# set -g theme_nerd_fonts yes + +# do not alert untracked files in git +# set -g theme_display_git_untracked no + +# changes to git glyphs +set -g git_plus_glyph \uF4A7 '' # PLUS +set -g git_minus_glyph \uF48B '' # MINUS diff --git a/.config/.old/fish/completions/fisher.fish b/.config/.old/fish/completions/fisher.fish new file mode 100644 index 0000000..271e314 --- /dev/null +++ b/.config/.old/fish/completions/fisher.fish @@ -0,0 +1 @@ +fisher complete diff --git a/.config/.old/fish/config.fish b/.config/.old/fish/config.fish new file mode 100644 index 0000000..b579c70 --- /dev/null +++ b/.config/.old/fish/config.fish @@ -0,0 +1,30 @@ +# Swy7ch' config file for the FiSHell + +# Start X at login +if status is-login + if test -z "$DISPLAY" -a $XDG_VTNR = 1 + exec startx -- -keeptty + end +end + +# True gruvbox colors in vim +#bash $HOME/.vim/plugins/gruvbox/gruvbox_256palette.sh + +# User configuration +function fish_greeting + set_color $fish_color_autosuggestion + uname -msr + + command -s uptime >/dev/null + and uptime + + set_color normal +end + +# Set less colors (-> manpages) +set -xU LESS_TERMCAP_md (printf "\e[01;36m") +set -xU LESS_TERMCAP_me (printf "\e[0m") +set -xU LESS_TERMCAP_se (printf "\e[0m") +set -xU LESS_TERMCAP_so (printf "\e[01;44;33em") +set -xU LESS_TERMCAP_ue (printf "\e[0m") +set -xU LESS_TERMCAP_us (printf "\e[01;32m") diff --git a/.config/.old/fish/fish_variables b/.config/.old/fish/fish_variables new file mode 100644 index 0000000..33e507b --- /dev/null +++ b/.config/.old/fish/fish_variables @@ -0,0 +1,50 @@ +# This file contains fish universal variable definitions. +# VERSION: 3.0 +SETUVAR --export LESS_TERMCAP_md:\x1b\x5b01\x3b36m +SETUVAR --export LESS_TERMCAP_me:\x1b\x5b0m +SETUVAR --export LESS_TERMCAP_se:\x1b\x5b0m +SETUVAR --export LESS_TERMCAP_so:\x1b\x5b01\x3b44\x3b33em +SETUVAR --export LESS_TERMCAP_ue:\x1b\x5b0m +SETUVAR --export LESS_TERMCAP_us:\x1b\x5b01\x3b32m +SETUVAR __fish_init_2_39_8:\x1d +SETUVAR __fish_init_2_3_0:\x1d +SETUVAR __fish_init_3_x:\x1d +SETUVAR _fish_abbr_backup:sudo\x20/usr/local/bin/snapbackup\x2esh +SETUVAR _fish_abbr_gu:git\x20fetch\x20upstream\x20\x26\x26\x20git\x20merge\x20upstream/master +SETUVAR _fish_abbr_hs:htop\x20\x2du\x20swytch +SETUVAR _fish_abbr_nf:neofetch +SETUVAR _fish_abbr_pc:sudo\x20pacman\x20\x2dRsn\x20\x28pacman\x20\x2dQdtq\x29 +SETUVAR _fish_abbr_pd:expac\x20\x2d\x2dtimefmt\x3d\x27\x25Y\x2d\x25m\x2d\x25d\x20\x25T\x27\x20\x27\x25l\x5ct\x25n\x27\x20\x7c\x20sort\x20\x7c\x20tail\x20\x2dn\x2020 +SETUVAR _fish_abbr_rbup:sudo\x20rsync\x20\x2daAXv\x20\x2d\x2dexclude\x3d\x7b\x22/dev/\x2a\x22\x2c\x22/proc/\x2a\x22\x2c\x22/sys/\x2a\x22\x2c\x22/tmp/\x2a\x22\x2c\x22/run/\x2a\x22\x2c\x22/mnt/\x2a\x22\x2c\x22/media/\x2a\x22\x2c\x22/lost\x2bfound\x22\x2c\x22home\x22\x7d\x20/\x20/mnt/backup/root/ +SETUVAR _fish_abbr_sdn:shutdown\x20now +SETUVAR _fish_abbr_um:unimatrix\x20\x2da\x20\x2df\x20\x2dc\x3dcyan\x20\x2ds\x3d95 +SETUVAR _fish_abbr_untar:tar\x20zxvf +SETUVAR _fish_abbr_yayu:yay\x20\x2dSyu +SETUVAR fish_color_autosuggestion:969896 +SETUVAR fish_color_cancel:normal +SETUVAR fish_color_command:afd75f +SETUVAR fish_color_comment:f0c674 +SETUVAR fish_color_cwd:008000 +SETUVAR fish_color_cwd_root:800000 +SETUVAR fish_color_end:b294bb +SETUVAR fish_color_error:cc6666 +SETUVAR fish_color_escape:00a6b2 +SETUVAR fish_color_history_current:normal +SETUVAR fish_color_host:normal +SETUVAR fish_color_match:normal +SETUVAR fish_color_normal:normal +SETUVAR fish_color_operator:00a6b2 +SETUVAR fish_color_param:f0c674 +SETUVAR fish_color_quote:b294bb +SETUVAR fish_color_redirection:8abeb7 +SETUVAR fish_color_search_match:ffff00 +SETUVAR fish_color_selection:c0c0c0 +SETUVAR fish_color_status:red +SETUVAR fish_color_user:00ff00 +SETUVAR fish_color_valid_path:normal +SETUVAR fish_greeting:\x1d +SETUVAR fish_key_bindings:fish_default_key_bindings +SETUVAR fish_pager_color_completion:normal +SETUVAR fish_pager_color_description:B3A06D\x1eyellow +SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline +SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan diff --git a/.config/.old/fish/fishfile b/.config/.old/fish/fishfile new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.config/.old/fish/fishfile @@ -0,0 +1 @@ + diff --git a/.config/.old/fish/functions/fish_prompt.fish b/.config/.old/fish/functions/fish_prompt.fish new file mode 100644 index 0000000..463efce --- /dev/null +++ b/.config/.old/fish/functions/fish_prompt.fish @@ -0,0 +1,45 @@ +# Options +#set __fish_git_prompt_showupstream "informative" +#set __fish_git_prompt_showdirtystate 1 +#set __fish_git_prompt_showstashstate 1 +#set __fish_git_prompt_showuntrackedfiles 1 +set __fish_git_prompt_showcolorhints +set __fish_git_prompt_show_informative_status + +# Colors +set green (set_color green) +set magenta (set_color magenta) +set normal (set_color normal) +set red (set_color red) +set yellow (set_color yellow) + +set __fish_git_prompt_color_branch magenta --bold +set __fish_git_prompt_color_dirtystate white --bold +set __fish_git_prompt_color_stashstate magenta +set __fish_git_prompt_color_invalidstate red +set __fish_git_prompt_color_merging yellow +set __fish_git_prompt_color_stagedstate yellow +set __fish_git_prompt_color_upstream yellow --bold + +# Icons +set __fish_git_prompt_char_cleanstate ' ' +set __fish_git_prompt_char_invalidstate ' ' +set __fish_git_prompt_char_dirtystate ' !' +set __fish_git_prompt_char_stagedstate ' ' +set __fish_git_prompt_char_stashstate ' $' +set __fish_git_prompt_char_stateseparator ' |' +set __fish_git_prompt_char_untrackedfiles ' ?' +set __fish_git_prompt_char_upstream_ahead ' ' +set __fish_git_prompt_char_upstream_behind ' ' +set __fish_git_prompt_char_upstream_diverged ' 祈' + +function fish_prompt + set last_status $status + + set_color cyan --bold + printf '%s' (prompt_pwd) + set_color normal + + printf '%s ' (__fish_git_prompt) + set_color normal +end diff --git a/.config/.old/fish/spacefish.config b/.config/.old/fish/spacefish.config new file mode 100644 index 0000000..b9f49da --- /dev/null +++ b/.config/.old/fish/spacefish.config @@ -0,0 +1,86 @@ +# David JULIEN - GitLab@Swy7ch +# _____ _ +# _____ ___ |___ |__| |__ +# / __\ \ /\ / / | | | / / __| '_ \ +# \__ \\ V V /| |_| |/ / (__| | | | +# |___/ \_/\_/ \__, /_/ \___|_| |_| +# |___/ + +# Start X at login +if status is-login + if test -z "$DISPLAY" -a $XDG_VTNR = 1 + exec startx -- -keeptty + end +end + +# True gruvbox colors in vim +#bash $HOME/.vim/plugins/gruvbox/gruvbox_256palette.sh + +# User configuration +function fish_greeting + set_color $fish_color_autosuggestion + uname -msr + + command -s uptime >/dev/null + and uptime + + set_color normal +end + +# Set less colors (-> manpages) +set -xU LESS_TERMCAP_md (printf "\e[01;36m") +set -xU LESS_TERMCAP_me (printf "\e[0m") +set -xU LESS_TERMCAP_se (printf "\e[0m") +set -xU LESS_TERMCAP_so (printf "\e[01;44;33em") +set -xU LESS_TERMCAP_ue (printf "\e[0m") +set -xU LESS_TERMCAP_us (printf "\e[01;32m") + +# Set environment variables (user-wide) +export TERMINAL=st + +################################################# +############### PROMPT CONFIG ################ +################################################# + +# CHAR + +set SPACEFISH_CHAR_SYMBOL "" + +# TIME + +set SPACEFISH_TIME_SHOW false +#set SPACEFISH_TIME_COLOR white +set SPACEFISH_TIME_SUFFIX " > " + +# USER + +set SPACEFISH_USER_SHOW never +set SPACEFISH_USER_PREFIX"" # remove `with` before username +set SPACEFISH_USER_COLOR yellow + +# DIR + +set SPACEFISH_DIR_TRUNC 0 +set SPACEFISH_DIR_PREFIX "" + +# HOST + +# Result will look like this: +# username@:(hostname) +set SPACEFISH_HOST_PREFIX "@[" +set SPACEFISH_HOST_SUFFIX "]" +set SPACEFISH_HOST_SHOW never + +# GIT + +# Get spaces from `[...]` +set SPACEFISH_GIT_SYMBOL " " +set SPACEFISH_GIT_STATUS_DELETED "" +set SPACEFISH_GIT_STATUS_AHEAD "" +set SPACEFISH_GIT_STATUS_BEHIND "" +set SPACEFISH_GIT_TRUNC 3 + +# JOBS + +set SPACEFISH_JOBS_SYMBOL "" + diff --git a/.config/.old/i3/config b/.config/.old/i3/config new file mode 100644 index 0000000..7435563 --- /dev/null +++ b/.config/.old/i3/config @@ -0,0 +1,205 @@ +# Swy7ch' config file for i3 + +# This file has been auto-generated by i3-config-wizard(1). +# It will not be overwritten, so edit it as you like. +# +# Should you change your keyboard layout some time, delete +# this file and re-run i3-config-wizard(1). +# + +# i3 config file (v4) +# +# Please see https://i3wm.org/docs/userguide.html for a complete reference! + +set $super Mod4 +set $alt Mod1 + +# Font for window titles. Will also be used by the bar unless a different font +# is used in the bar {} block below. +font pango: FuraCode Nerd Font Mono 10 + +# This font is widely installed, provides lots of unicode glyphs, right-to-left +# text rendering and scalability on retina/hidpi displays (thanks to pango). +#font pango:DejaVu Sans Mono 8 + +# Before i3 v4.8, we used to recommend this one as the default: +# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 +# The font above is very space-efficient, that is, it looks good, sharp and +# clear in small sizes. However, its unicode glyph coverage is limited, the old +# X core fonts rendering does not support right-to-left and this being a bitmap +# font, it doesn’t scale on retina/hidpi displays. + +# Use Mouse+$super to drag floating windows to their wanted position +floating_modifier $super + +# Execute at launch +exec_always --no-startup-id $HOME/.config/polybar/launch.sh +exec_always --no-startup-id feh --bg-fill $HOME/.wallpaper.png +exec --no-startup-id compton --config $HOME/.config/compton/compton.conf +exec --no-startup-id xss-lock -- i3lock -n -i $HOME/.lockscreen.png +exec --no-startup-id redshift +exec --no-startup-id pamixer --set-volume 40 +exec --no-startup-id setxkbmap 'fr(oss)' +# Trackpad settings +exec --no-startup-id xinput set-prop 13 'libinput Tapping Enabled' 1 +exec --no-startup-id xinput set-prop 13 'libinput Natural Scrolling En abled' 1 +# exec_always xinput --no-startup-id set-prop 13 'libinput Disable While Typing Enabled' 1 +# Mouse acceleration +exec --no-startup-id xinput set-prop 13 'libinput Accel Speed' 0.4 + +# Common app launchers +bindsym $super+Return exec st;focus +bindsym $super+Shift+Return workspace 1;exec st;focus +bindsym $super+Shift+i workspace 1;exec st -e gotop;focus +bindsym $super+Shift+f workspace 1;exec st -e ranger;focus +bindsym $super+Shift+w exec qutebrowser;workspace 2; focus +bindsym $super+$alt+w exec firefox-beta;workspace 2;focus +bindsym $super+Shift+m workspace 2;exec st -e neomutt;focus +bindsym $super+Shift+n exec firefox-beta -private-window;workspace 2;focus +bindsym $super+Shift+c exec whatsie;workspace 4;focus +bindsym $super+Shift+p exec pavucontrol;workspace 5;focus +bindsym $super+Shift+s exec spotify;workspace 5; focus + +# Control the audio +bindsym F3 exec pamixer --increase 7 +bindsym F2 exec pamixer --decrease 7 +bindsym F1 exec pamixer --toggle-mute + +# Control display backlight +bindsym F6 exec xbacklight -inc 5 +bindsym F5 exec xbacklight -dec 5 + +# kill focused window +bindsym $super+w kill + +# start dmenu (a program launcher) +bindsym $super+d exec rofi -lines 12 -padding 18 -width 60 -location 0 -show drun -sidebar-supere -columns 3 -font 'FuraCode Nerd Font Mono 12' -theme purple +# There also is the (new) i3-dmenu-desktop which only displays applications +# shipping a .desktop file. It is a wrapper around dmenu, so you need that +# installed. +# bindsym $super+d exec --no-startup-id i3-dmenu-desktop + +# change focus +bindsym $super+h focus left +bindsym $super+j focus down +bindsym $super+k focus up +bindsym $super+l focus right + +# move focused window +bindsym $super+Shift+h move left +bindsym $super+Shift+j move down +bindsym $super+Shift+k move up +bindsym $super+Shift+l move right + +# split in horizontal orientation +bindsym $super+c split h + +# split in vertical orientation +bindsym $super+v split v + +# enter fullscreen supere for the focused container +bindsym $super+f fullscreen toggle + +# change container layout (stacked, tabbed, toggle split) +bindsym $super+s layout stacking +bindsym $super+z layout tabbed +bindsym $super+e layout toggle split + +# toggle tiling / floating +bindsym $super+Shift+space floating toggle + +# change focus between tiling / floating windows +bindsym $super+space focus mode_toggle + +# Define names for default workspaces for which we configure key bindings later on. +# We use variables to avoid repeating the names in multiple places. +set $ws1 "1" +set $ws2 "2" +set $ws3 "3" +set $ws4 "4" +set $ws5 "5" +set $ws6 "6" +set $ws7 "7" +set $ws8 "8" +set $ws9 "9" +set $ws10 "10" + +# switch to workspace +bindsym $super+1 workspace $ws1 +bindsym $super+2 workspace $ws2 +bindsym $super+3 workspace $ws3 +bindsym $super+4 workspace $ws4 +bindsym $super+5 workspace $ws5 +bindsym $super+6 workspace $ws6 +bindsym $super+7 workspace $ws7 +bindsym $super+8 workspace $ws8 +bindsym $super+9 workspace $ws9 +bindsym $super+0 workspace $ws10 + +# move focused container to workspace +bindsym $super+Shift+1 move container to workspace $ws1 +bindsym $super+Shift+2 move container to workspace $ws2 +bindsym $super+Shift+3 move container to workspace $ws3 +bindsym $super+Shift+4 move container to workspace $ws4 +bindsym $super+Shift+5 move container to workspace $ws5 +bindsym $super+Shift+6 move container to workspace $ws6 +bindsym $super+Shift+7 move container to workspace $ws7 +bindsym $super+Shift+8 move container to workspace $ws8 +bindsym $super+Shift+9 move container to workspace $ws9 +bindsym $super+Shift+0 move container to workspace $ws10 + +# reload the configuration file +bindsym $super+Control+c reload +# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) +bindsym $super+Shift+r restart +# exit i3 (logs you out of your X session) +bindsym $super+q exec "i3-nagbar -t warning -m 'Do you want to exit i3?' -B 'Yes, exit i3' 'i3-msg exit'" +# lock the screen +bindsym $super+Control+l exec i3lock -n -i $HOME/Images/red_rocks.png + +# resize window (you can also use the mouse for that) +mode "resize" { + # These bindings trigger as soon as you enter the resize supere + + # Pressing left will shrink the window’s width. + # Pressing right will grow the window’s width. + # Pressing up will shrink the window’s height. + # Pressing down will grow the window’s height. + bindsym j resize shrink width 10 px or 10 ppt + bindsym k resize grow height 10 px or 10 ppt + bindsym l resize shrink height 10 px or 10 ppt + bindsym m resize grow width 10 px or 10 ppt + + # same bindings, but for the arrow keys + bindsym Left resize shrink width 10 px or 10 ppt + bindsym Down resize grow height 10 px or 10 ppt + bindsym Up resize shrink height 10 px or 10 ppt + bindsym Right resize grow width 10 px or 10 ppt + + # back to normal: Enter or Escape or $super+r + bindsym Return supere "default" + bindsym Escape supere "default" + bindsym $super+r supere "default" +} + +bindsym $super+r mode "resize" + +# window rules, you can find the window class using xprop +for_window [class=".*"] border pixel 3 +assign [class="Firefox Beta|Qutebrowser"] 2 +assign [class="Inkscape"] 3 +assign [class="Transmission"] 4 +assign [class="Pavucontrol|Spotify|mpv"] 5 + + +# colour of border, background, text, indicator, and child_border +client.focused #bf616a #2f343f #d8dee8 #b16286 #83a598 +client.focused_inactive #2f343f #2f343f #d8dee8 #2f343f #2f343f +client.unfocused #2f343f #2f343f #d8dee8 #2f343f #427b58 +client.urgent #2f343f #2f343f #d8dee8 #2f343f #2f343f +client.placeholder #2f343f #2f343f #d8dee8 #2f343f #2f343f +client.background #2f343f + +# Gaps +gaps inner 5 +gaps outer 5 diff --git a/.config/.old/polybar/config b/.config/.old/polybar/config new file mode 100644 index 0000000..773971d --- /dev/null +++ b/.config/.old/polybar/config @@ -0,0 +1,293 @@ +; Swy7ch' config file for polybar +;========================================================== +; +; +; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ +; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ +; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ +; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ +; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ +; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ +; +; +; To learn more about how to configure Polybar +; go to https://github.com/jaagr/polybar +; +; The README contains alot of information +; +;========================================================== + +[colors] +background = #171717 +background-alt = #383838 +foreground = #ebdbb2 +foreground-alt = #d3869b +primary = #427b58 +secondary = #d3869b +alert = #751715 + +;background = ${xrdb:color0:#222} +;background-alt = ${xrdb:color0:#222} +;foreground = ${xrdb:color7:#222} +;foreground-alt = ${xrdb:color7:#222} +;primary = ${xrdb:color1:#222} +;secondary = ${xrdb:color2:#222} +;alert = ${xrdb:color3:#222} + +[bar/top] +dpi = 210 +width = 100% +height = 35 +radius = 0.0 +fixed-center = true + +background = ${colors.background} +foreground = ${colors.foreground} + +line-size = 5 +line-color = #f00 + +border-size = 0 +border-color = #00000000 + +padding-left = 0 +padding-right = 3 + +module-margin-left = 2 +module-margin-right = 1 + +font-0 = "Fira Code:style=Regular:size=8:antialias=true;4" +font-1 = "FuraCode Nerd Font Mono:style=Regular:size=9:antialias=true;4" + +modules-left = i3 xwindow +modules-right = xkeyboard alsa xbacklight network battery date + +tray-position = right +tray-padding = 0 + +wm-restack = i3 + +;override-redirect = true + +;scroll-up = i3wm-wsprev +;scroll-down = i3wm-wsnext + + +################################################################################ +################################################################################ +################################ MODULES #################################### +################################################################################ +################################################################################ + +[module/xwindow] +type = internal/xwindow +label = %title:0:56:...% + +[module/xkeyboard] +type = internal/xkeyboard +blacklist-0 = num lock + +label-layout = +label-layout-underline = ${colors.primary} + +label-indicator-padding = 1 +label-indicator-margin = 0 +label-indicator-foreground = ${colors.foreground} +label-indicator-background = ${colors.primary} +label-indicator-underline = ${colors.primary} + +[module/i3] +type = internal/i3 +format = // +index-sort = true +wrapping-scroll = true +strip-wsnumbers = true + +ws-icon-0 = 1; +ws-icon-1 = 2; +ws-icon-2 = 3; +ws-icon-3 = 4; +ws-icon-4 = 5; +ws-icon-5 = 6;調 +ws-icon-default = +; + +label-focused = %index% %icon% +label-focused-background = ${colors.background-alt} +label-focused-underline = ${colors.primary} +label-focused-padding = 1 + +label-unfocused = %index% %icon% +label-unfocused-padding = 1 + +label-visible = V %icon% +label-visible-background = ${self.label-focused-background} +label-visible-underline = ${self.label-focused-background} +label-visible-padding = ${self.label-focused-padding} + +label-urgent = %index% %icon% +label-urgent-background = ${colors.alert} +label-urgent-padding = 2 + +[module/cpu] +type = internal/cpu +interval = 2 +format-prefix = " " +;alt : 勞   +format-prefix-foreground = ${colors.foreground-alt} +format-underline = #00000000 +label = %percentage:2%% + +[module/memory] +type = internal/memory +interval = 2 +format-prefix = "兩 " +format-prefix-foreground = ${colors.foreground-alt} +format-underline = #00000000 +label = %percentage_used%% + +[module/network] +type = internal/network +interface = wlp4s0 +interval = 2.0 + +format-connected = +format-connected-underline = #00000000 +label-connected = "%essid%" + +format-disconnected = +format-disconnected-underline = ${colors.alert} +label-disconnected = xx.xx.xx.xx +label-disconnected-foreground = ${colors.foreground-alt} + +ramp-signal-0 = +ramp-signal-foreground = ${colors.foreground-alt} + +[module/date] +type = internal/date +interval = 1 + +date = "%a. %d/%m" +date-alt = "%Y-%m-%d" + +time = " %I:%M %p" +time-alt = " %H:%M:%S" + +format-prefix =  +format-prefix-foreground = ${colors.foreground-alt} +format-underline = #00000000 + +label = %time% | %date% + +[module/temperature] +type = internal/temperature +thermal-zone = 0 +warn-temperature = 70 + +format =