Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
X
xmonad
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Déploiement
Releases
Registre de conteneur
Registre de modèles
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Ce projet est archivé. Le dépôt et les autres ressources du projet sont en lecture seule.
Afficher davantage de fils d'Ariane
Kubat
xmonad
Validations
1e567f46
Vérifiée
Valider
1e567f46
rédigé
4 years ago
par
Kubat
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Update
parent
8ff25d97
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
3
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
3 fichiers modifiés
xmobar.hs
+2
-1
2 ajouts, 1 suppression
xmobar.hs
xmonad.hs
+2
-2
2 ajouts, 2 suppressions
xmonad.hs
xpm/haskell_20.xpm
+25
-0
25 ajouts, 0 suppression
xpm/haskell_20.xpm
avec
29 ajouts
et
3 suppressions
xmobar.hs
+
2
−
1
Voir le fichier @
1e567f46
Config
{
font
=
"xft:HackNerdFont:size=10:antialias=true,IPAPGothic:size=10:antialias=true"
Config
{
font
=
"xft:HackNerdFont:size=10:antialias=true,IPAPGothic:size=10:antialias=true"
,
bgColor
=
"#002b36"
,
bgColor
=
"#002b36"
,
fgColor
=
"#839496"
,
fgColor
=
"#839496"
,
iconRoot
=
"/home/kubat/.xmonad/xpm/"
,
position
=
Static
{
xpos
=
0
,
ypos
=
0
,
width
=
1920
,
height
=
18
}
,
position
=
Static
{
xpos
=
0
,
ypos
=
0
,
width
=
1920
,
height
=
18
}
,
commands
=
[
Run
Cpu
[
"-t"
,
"<fc=#b58900>CPU</fc> <total>%"
,
"-L"
,
"3"
,
"-H"
,
"50"
]
50
,
commands
=
[
Run
Cpu
[
"-t"
,
"<fc=#b58900>CPU</fc> <total>%"
,
"-L"
,
"3"
,
"-H"
,
"50"
]
50
,
Run
Memory
[
"-t"
,
"<fc=#b58900>RAM</fc> <usedratio>%"
,
"-H"
,
"80"
,
"-L"
,
"10"
]
50
,
Run
Memory
[
"-t"
,
"<fc=#b58900>RAM</fc> <usedratio>%"
,
"-H"
,
"80"
,
"-L"
,
"10"
]
50
...
@@ -24,5 +25,5 @@ Config { font = "xft:HackNerdFont:size=10:antialias=true,IPAPGothic:size=10:
...
@@ -24,5 +25,5 @@ Config { font = "xft:HackNerdFont:size=10:antialias=true,IPAPGothic:size=10:
,
allDesktops
=
False
,
allDesktops
=
False
,
sepChar
=
"%"
,
sepChar
=
"%"
,
alignSep
=
"}{"
,
alignSep
=
"}{"
,
template
=
" %StdinReader% } %lektor% { %cpu% | %coretemp% | %memory% | <fc=#b58900>Vol</fc> %volume% | %vpn%%battery% | <fc=#b58900>%date%</fc> "
,
template
=
"
<icon=haskell_20.xpm/>
%StdinReader% } %lektor% { %cpu% | %coretemp% | %memory% | <fc=#b58900>Vol</fc> %volume% | %vpn%%battery% | <fc=#b58900>%date%</fc> "
}
}
Ce diff est replié.
Cliquez pour l'agrandir.
xmonad.hs
+
2
−
2
Voir le fichier @
1e567f46
...
@@ -103,13 +103,13 @@ main = do
...
@@ -103,13 +103,13 @@ main = do
,
ppLayout
=
xmobarColor
"#b58900"
""
.
(
Prelude
.
map
toLower
)
,
ppLayout
=
xmobarColor
"#b58900"
""
.
(
Prelude
.
map
toLower
)
,
ppSep
=
" "
,
ppSep
=
" "
,
ppWsSep
=
" "
,
ppWsSep
=
" "
,
ppCurrent
=
xmobarColor
"#268bd2"
""
.
wrap
"["
"]"
.
(
Prelude
.
map
toUpper
)
,
ppCurrent
=
xmobarColor
"#268bd2"
""
.
(
\
x
->
x
)
.
(
Prelude
.
map
toUpper
)
,
ppVisible
=
xmobarColor
"grey"
""
.
(
\
x
->
x
)
.
(
Prelude
.
map
toUpper
)
,
ppVisible
=
xmobarColor
"grey"
""
.
(
\
x
->
x
)
.
(
Prelude
.
map
toUpper
)
,
ppHidden
=
xmobarColor
"grey"
""
.
(
\
x
->
x
)
.
(
Prelude
.
map
toUpper
)
,
ppHidden
=
xmobarColor
"grey"
""
.
(
\
x
->
x
)
.
(
Prelude
.
map
toUpper
)
,
ppHiddenNoWindows
=
xmobarColor
"#707070"
""
.
(
\
x
->
x
)
.
(
Prelude
.
map
toUpper
)
,
ppHiddenNoWindows
=
xmobarColor
"#707070"
""
.
(
\
x
->
x
)
.
(
Prelude
.
map
toUpper
)
,
ppUrgent
=
xmobarColor
"white"
"#268bd2"
.
(
\
x
->
x
)
.
(
Prelude
.
map
toUpper
)
,
ppUrgent
=
xmobarColor
"white"
"#268bd2"
.
(
\
x
->
x
)
.
(
Prelude
.
map
toUpper
)
,
ppVisibleNoWindows
=
Just
(
xmobarColor
"#707070"
""
.
(
\
x
->
x
)
.
(
Prelude
.
map
toUpper
))
,
ppVisibleNoWindows
=
Just
(
xmobarColor
"#707070"
""
.
(
\
x
->
x
)
.
(
Prelude
.
map
toUpper
))
,
ppOrder
=
\
(
ws
:
layout
:
title
:
extra
)
->
[
ws
,
"("
++
(
replace
"minimize "
""
layout
)
++
")"
]
,
ppOrder
=
\
(
ws
:
layout
:
title
:
extra
)
->
[
(
replace
"minimize "
""
layout
)
,
ws
]
}
}
}
`
additionalKeys
`
myAdditionalKeys
}
`
additionalKeys
`
myAdditionalKeys
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
xpm/haskell_20.xpm
0 → 100644
+
25
−
0
Voir le fichier @
1e567f46
/* XPM */
static char * haskell_20_xpm[] = {
"20 20 2 1",
" c None",
". c #839496",
" ",
" ",
" ",
".... .... ",
" .... ... ",
" ... .... ",
" .... .... ",
" .... ... ........",
" ... .... .......",
" .... .... ",
" .... .... ",
" ... ...... .....",
" .... ....... ....",
" .... .... ... ",
" ... .... .... ",
" .... ... .... ",
".... .... ... ",
" ",
" ",
" "};
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter